FIX: add new --add option to install cmd

This commit is contained in:
2022-11-09 09:12:19 +01:00
parent fc68592c6b
commit 32565bb057

View File

@ -18,7 +18,7 @@ build_test:
- git clone ${SPACK_REPO} -b ${SPACK_BRANCH}
- . "./spack/share/spack/setup-env.sh"
- spack env activate --without-view env/merlin/${SPACK_PCKG}
- spack install -j ${MAX_JOB_NB} git-lfs
- spack install -j ${MAX_JOB_NB} --add git-lfs
- spack develop ${SPACK_SPEC}
- spack install -j ${MAX_JOB_NB}
- spack load ${SPACK_SPEC}