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

Typo in compilers_specs list

parent 72e4dc1d
No related branches found
No related tags found
No related merge requests found
Pipeline #194904 failed
...@@ -85,7 +85,7 @@ jq -Mrc ' ...@@ -85,7 +85,7 @@ jq -Mrc '
| .system_arch as $arch | .system_arch as $arch
| .compilers | .compilers
| map(select(.constraint != null)) | map(select(.constraint != null))
| map(" - {when: \(.constraint), compilers_spec: [\(.spec) \($arch)]}") | map(" - when: \(.constraint)\n compilers_specs: [\(.spec) \($arch)]")
| .[] | .[]
' ${STACK_CONFIG} >> ${SPACK_SYSTEM_CONFIG_PATH}/compiler_definitions.yaml ' ${STACK_CONFIG} >> ${SPACK_SYSTEM_CONFIG_PATH}/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