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

Need home to compile `go`

parent abf2701e
No related branches found
No related tags found
No related merge requests found
Pipeline #200329 failed
...@@ -60,7 +60,7 @@ variables: ...@@ -60,7 +60,7 @@ variables:
MIRROR: "/work/scitas-ge/richart/ci/mirror" MIRROR: "/work/scitas-ge/richart/ci/mirror"
FAKEHOME: "/scratch/richart" FAKEHOME: "/scratch/richart"
COMMAND_OPTIONS_SBATCH: ${slurm_options} COMMAND_OPTIONS_SBATCH: ${slurm_options}
APPTAINER_EXEC_OPTIONS: ${apptainer_options} --cleanenv --no-home -H $(mktemp -d -p ${FAKEHOME}/):$HOME --bind ${BUILDCACHE}:/buildcache:rw --bind ${MIRROR}:${MOUNT_POINT}/spack-mirror:rw --bind ${CI_PROJECT_DIR}:${MOUNT_POINT} --bind /dev/tty APPTAINER_EXEC_OPTIONS: ${apptainer_options} --cleanenv -H $(mktemp -d -p ${FAKEHOME}/):$HOME --bind ${BUILDCACHE}:/buildcache:rw --bind ${MIRROR}:${MOUNT_POINT}/spack-mirror:rw --bind ${CI_PROJECT_DIR}:${MOUNT_POINT} --bind /dev/tty
.spack_cache: .spack_cache:
cache: 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