Skip to content
Snippets Groups Projects
Commit 59e08c00 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Binding external in the image

parent 240cc824
No related branches found
No related tags found
1 merge request!14Add external package matrix
Pipeline #207712 passed
......@@ -94,6 +94,7 @@ variables:
-H ${FAKEHOME}:/home/$(id -un)
--bind ${CI_DATA_LT}/buildcache:${MOUNT_POINT}/buildcache
--bind ${CI_DATA_LT}/spack-mirror:${MOUNT_POINT}/spack-mirror
--bind /ssoft/spack/external:${MOUNT_POINT}/external
--bind ${CI_DATA_LT}/squashfs-cache/:/squashfs-cache
--bind ${CI_DATA_ST}/overlayfs:/overlayfs
--bind ${CI_DATA_ST}/deconcretize:/deconcretize
......
......@@ -22,6 +22,7 @@ jq -Mr '
| .[]
' ${STACK_CONFIG} > excludes.list
echo buildcache >> excludes.list
echo external >> excludes.list
cd /squashfs-cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment