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

Adding spec to help debug

parent 63cdae8e
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,13 @@ spack:install_compilers:
- .parallel_job
script:
- COMPILER_LIST_SPECS=$(jq -r '.stack | .core_compiler as $core | .compilers | map("\(.spec)@\(.version) %\($core)")[]' config.json)
- /spack/spack/bin/spack spec
--install-status
--namespaces
--long
--types
${COMPILER_LIST_SPECS}
- /spack/spack/bin/spack install
--log-file spack-install.xml
--log-format junit
......
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