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

Adding mirrors and clean of patches

parent 7c0ad339
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
...@@ -151,6 +151,9 @@ spack:concretize: ...@@ -151,6 +151,9 @@ spack:concretize:
- ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment} - ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment}
concretize | tee concretize-${environment}-${stack}.log 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 - cp ${SPACK_SYSTEM_CONFIG_PATH}/spack.lock spack-${environment}-${stack}.lock
- ${CI_PROJECT_DIR}/ci/update_squashfs.sh - ${CI_PROJECT_DIR}/ci/update_squashfs.sh
artifacts: artifacts:
...@@ -171,6 +174,9 @@ spack:install: ...@@ -171,6 +174,9 @@ spack:install:
- source ci/stack_env.sh - source ci/stack_env.sh
- echo "{}" > spack-install-${environment}.xml - 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 - ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment} install
--log-file spack-install-${environment}.xml --log-file spack-install-${environment}.xml
--log-format junit --log-format junit
......
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