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

Create a symlink to help load the stack with squashfs-mount

parent 8fe64348
No related branches found
No related tags found
1 merge request!43Release/pinot noir/rhel9.4
Pipeline #282614 passed with warnings
......@@ -24,8 +24,12 @@ jq -Mr '
echo buildcache >> excludes.list
echo external >> excludes.list
cd ${MOUNT_POINT}
ln -sf ${stack}/${environment}/${STACK_VERSION}/spack ${environment}_test
cd /squashfs-cache
mksquashfs ${MOUNT_POINT} ${stack}-${environment}-${SQUASHFS_ID}-${sqfs_suffix}.sqfs -ef ${CI_PROJECT_DIR}/excludes.list
cd -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment