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

Few corrections

parent 997b6818
No related branches found
No related tags found
1 merge request!2CI update to use squashfs
Pipeline #201442 failed
...@@ -79,8 +79,9 @@ variables: ...@@ -79,8 +79,9 @@ variables:
--bind ${CI_DATA}/squashfs-cache/:/squashfs-cache \ --bind ${CI_DATA}/squashfs-cache/:/squashfs-cache \
--bind ${CI_DATA}/overlayfs:/overlayfs \ --bind ${CI_DATA}/overlayfs:/overlayfs \
--fusemount "host:/usr/libexec/apptainer/bin/squashfuse_ll ${CI_DATA}/squashfs-cache/${stack}-${environment}-${SQUASHFS_ID}.sqfs /squashfs" --fusemount "host:/usr/libexec/apptainer/bin/squashfuse_ll ${CI_DATA}/squashfs-cache/${stack}-${environment}-${SQUASHFS_ID}.sqfs /squashfs"
--fusemount "container:fuse-overlayfs -o squash_to_uid=$(id -n) -o squash_to_gid=$(id -g) -o lowerdir=/squashfs -o upperdir=/overlayfs/upper -o workdir=/overlayfs/wd ${MOUNT_POINT}/${stack}/${environment}/${STACK_VERSION}" --fusemount "container:fuse-overlayfs -o squash_to_uid=$(id -u) -o squash_to_gid=$(id -g) -o lowerdir=/squashfs -o upperdir=/overlayfs/upper -o workdir=/overlayfs/wd ${MOUNT_POINT}/${stack}/${environment}/${STACK_VERSION}"
after_script: after_script:
- if [ $CI_JOB_STATUS != "success" ]; then exit 0; fi
- ./ci/update_squashfs.sh - ./ci/update_squashfs.sh
.spack_cache: .spack_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