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

More debug

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