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

debug buildcache

parent 3b7e28ae
No related branches found
No related tags found
No related merge requests found
Pipeline #179374 canceled
...@@ -96,6 +96,9 @@ spack:setup: ...@@ -96,6 +96,9 @@ spack:setup:
spack/bin/spack gpg publish -d /buildcache spack/bin/spack gpg publish -d /buildcache
fi fi
- spack/bin/spack buildcache update-index /buildcache
- spack/bin/spack buildcache list
- mkdir -p /stack/spack/etc - mkdir -p /stack/spack/etc
...@@ -128,7 +131,6 @@ spack:install_compilers: ...@@ -128,7 +131,6 @@ spack:install_compilers:
--log-format junit --log-format junit
--fail-fast --fail-fast
--show-log-on-error --show-log-on-error
--use-cache
${COMPILER_LIST_SPECS} ${COMPILER_LIST_SPECS}
- spack/bin/spack buildcache create - spack/bin/spack buildcache create
...@@ -177,7 +179,6 @@ spack:install: ...@@ -177,7 +179,6 @@ spack:install:
--only-concrete --only-concrete
--fail-fast --fail-fast
--show-log-on-error --show-log-on-error
--use-cache
needs: needs:
- job: spack:concretize - job: spack:concretize
artifacts: artifacts:
......
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