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

Checking all hashes is a bit violent to find the compilers

parent 75facf49
No related branches found
No related tags found
No related merge requests found
Pipeline #179937 failed
......@@ -155,8 +155,8 @@ spack:install_compilers:
- |
while read -r compiler_hash
do
spack/bin/spack compiler find --scope system $(spack/bin/spack location -i /${compiler_hash})
done <<< $(echo "${hashes}")
spack/bin/spack compiler find --scope system $(spack/bin/spack location -i ${compiler_hash})
done <<< $(echo ${hashes})
- spack/bin/spack -e . config compilers
......
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