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

fix: re-add require:target

parent 0a805bc9
Branches
Tags
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,6 +49,7 @@ RUN declare -A target=( \ ...@@ -49,6 +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:require:[target=${target}]" \
&& 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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment