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

fix: mark llvm as not buildable

parent f8ea9077
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ declare -A target=(["linux/amd64"]="x86_64_v2" ["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 external find --scope site llvm
spack external find --not-buildable --scope site llvm
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.
Please register or to comment