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

Debugibg commands

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