Skip to content
Snippets Groups Projects

Feat/stack pinot noir

Merged Nicolas Richart requested to merge feat/stack_pinot_noir into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -151,6 +151,9 @@ spack:concretize:
- ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment}
concretize | tee concretize-${environment}-${stack}.log
- ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment}
mirror create -D -d ${MOUNT_POINT}/spack-mirror -a || /usr//bin/true
- cp ${SPACK_SYSTEM_CONFIG_PATH}/spack.lock spack-${environment}-${stack}.lock
- ${CI_PROJECT_DIR}/ci/update_squashfs.sh
artifacts:
@@ -171,6 +174,9 @@ spack:install:
- source ci/stack_env.sh
- echo "{}" > spack-install-${environment}.xml
# Cleaning patches in case one has a different hash
- ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment} clean -m
- ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment} install
--log-file spack-install-${environment}.xml
--log-format junit
Loading