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

List hashes and use them

parent db45d9fc
No related branches found
No related tags found
No related merge requests found
Pipeline #179510 failed
......@@ -141,10 +141,12 @@ spack:install_compilers:
--show-log-on-error
${COMPILER_LIST_SPECS}
- hashes=$(jq -r '.spec.nodes | map("/\(.hash)") | join(" ")' compilers_spec.json)
- spack/bin/spack buildcache create
--update-index
--key EDC904DCE3D2E84E
/buildcache $( jq -r '.spec.nodes | map("/\(.hash)") | join(" ")' compilers_spec.json )
/buildcache ${hashes}
- |
echo 'definitions: [ compilers: [' ${COMPILER_LIST_SPECS} ']]' > compiler_definitions.yaml
......
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