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

fix: spack:packages:all:target

parent 21b4669b
No related branches found
No related tags found
1 merge request!683fix: spack:packages:all:target
......@@ -50,6 +50,7 @@ RUN declare -A target=( \
) \
&& 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" \
&& 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.
Finish editing this message first!
Please register or to comment