Skip to content
Snippets Groups Projects

fix: spack:packages:all:target

Merged Wouter Deconinck requested to merge wdconinc-master-patch-78847 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -49,6 +49,7 @@ RUN declare -A target=( \
["linux/arm64"]="aarch64" \
) \
&& target=${target[${TARGETPLATFORM}]} \
&& spack config --scope site add "packages:all:require:[target=${target}]" \
&& spack config --scope site add "packages:all:target:[${target}]" \
&& spack config blame packages \
&& spack config --scope user add "config:suppress_gpg_warnings:true" \
Loading