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

fix: array for target

parent e7e14dca
No related branches found
No related tags found
1 merge request!683fix: spack:packages:all:target
This commit is part of merge request !683. Comments created here will be created in the context of that merge request.
...@@ -49,7 +49,7 @@ RUN declare -A target=( \ ...@@ -49,7 +49,7 @@ RUN declare -A target=( \
["linux/arm64"]="aarch64" \ ["linux/arm64"]="aarch64" \
) \ ) \
&& target=${target[${TARGETPLATFORM}]} \ && target=${target[${TARGETPLATFORM}]} \
&& spack config --scope site add "packages:all:target:${target}" \ && spack config --scope site add "packages:all:target:[${target}]" \
&& spack config blame packages \ && spack config blame packages \
&& spack config --scope user add "config:suppress_gpg_warnings:true" \ && spack config --scope user add "config:suppress_gpg_warnings:true" \
&& spack config --scope user add "config:build_jobs:${jobs}" \ && spack config --scope user 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