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

missing dependency

parent 7d762a32
No related branches found
No related tags found
No related merge requests found
Pipeline #179330 failed
......@@ -3,6 +3,7 @@
stages:
- environment
- compilers
- concretize
- install
- deploy
......@@ -89,7 +90,7 @@ spack:setup:
spack:install_compilers:
stage: environment
stage: compilers
extends:
- .parallel_job
script:
......@@ -111,10 +112,11 @@ spack:install_compilers:
for compiler in ${COMPILER_LIST_SPECS}; do
/spack/spack/bin/spack compiler find --scope site $(/spack/spack/bin/spack location -i ${compiler})
done
artifacts:
reports:
junit: spack-install.xml
needs:
- job: spack:setup
spack:concretize:
stage: concretize
......@@ -123,7 +125,7 @@ spack:concretize:
script:
- /spack/spack/bin/spack -e . concretize
needs:
- job: spack:setup
- job: spack:install_compilers
artifacts:
paths:
- spack.lock
......
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