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

Typo in install_compilers.sh

parent 30a76659
No related branches found
No related tags found
No related merge requests found
Pipeline #194618 failed
......@@ -87,7 +87,7 @@ jq -Mrc '
| map(select(.constraint != null))
| map(" - {when: \(.constraint), compilers_spec: [\(.spec) \($arch)]}")
| .[]
' stacks/pinot-noir/config.json >> ${SPACK_SYSTEM_CONFIG_PATH}/compiler_definitions.yaml
' ${STACK_CONFIG} >> ${SPACK_SYSTEM_CONFIG_PATH}/compiler_definitions.yaml
cat ${SPACK_SYSTEM_CONFIG_PATH}/compiler_definitions.yaml
#yq -y -s ".[0].spack.definitions = .[1].definitions + .[0].spack.definitions | .[0]" ${SPACK_SYSTEM_CONFIG_PATH}/spack.yaml ${SPACK_SYSTEM_CONFIG_PATH}/compiler_definitions.yaml > ${SPACK_SYSTEM_CONFIG_PATH}/spack.yaml.new
......
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