Skip to content
Snippets Groups Projects

fix: spack:packages:all:target

Merged Wouter Deconinck requested to merge wdconinc-master-patch-78847 into master
@@ -50,6 +50,7 @@ RUN declare -A target=( \
@@ -50,6 +50,7 @@ RUN declare -A target=( \
) \
) \
&& target=${target[${TARGETPLATFORM}]} \
&& target=${target[${TARGETPLATFORM}]} \
&& spack config --scope site add "packages:all:require:[target=${target}]" \
&& 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 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}" \
Loading