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

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

parent da0cd5df
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.
...@@ -50,7 +50,7 @@ RUN declare -A arch=( \ ...@@ -50,7 +50,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