Skip to content
Snippets Groups Projects
Commit d6bbb85d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: set packages:all:require:[arch=${arch}] as list

parent efb7d803
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !558. Comments created here will be created in the context of that merge request.
...@@ -49,7 +49,7 @@ RUN declare -A arch=( \ ...@@ -49,7 +49,7 @@ RUN declare -A arch=( \
["linux/arm64"]="aarch64" \ ["linux/arm64"]="aarch64" \
) \ ) \
&& arch=${arch[${TARGETPLATFORM}]} \ && arch=${arch[${TARGETPLATFORM}]} \
&& spack config --scope site add "packages:all:require:arch=${arch}" \ && spack config --scope site add "packages:all:require:[arch=${arch}]" \
&& spack config blame packages \ && spack config blame packages \
&& spack config --scope site add "config:suppress_gpg_warnings:true" \ && spack config --scope site add "config:suppress_gpg_warnings:true" \
&& spack config --scope site add "config:build_jobs:${jobs}" \ && spack config --scope site add "config:build_jobs:${jobs}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment