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

Spack install xml files not uploaded

parent 9e0df0d4
No related branches found
No related tags found
1 merge request!4Missing cuda/nccl modules
......@@ -174,7 +174,6 @@ spack:install:
#- .spack_cache
script:
- source ci/stack_env.sh
- echo "{}" > spack-install-${environment}.xml
# Cleaning patches in case one has a different hash
- ${STACK_LOCATION}/spack/bin/spack
......@@ -185,7 +184,7 @@ spack:install:
- ${STACK_LOCATION}/spack/bin/spack
--color always
-e ${environment} install
--log-file spack-install-${environment}.xml
--log-file ${CI_PROJECT_DIR}/spack-install-${environment}.xml
--log-format junit
--only-concrete
--fail-fast
......
......@@ -47,7 +47,7 @@ for c in "core_compilers" "compilers"; do
${STACK_LOCATION}/spack/bin/spack \
--color always \
install \
--log-file ${MOUNT_POINT}/spack-install-${c}.xml \
--log-file ${CI_PROJECT_DIR}/spack-install-${c}.xml \
--log-format junit \
--fail-fast \
--show-log-on-error \
......
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