ci: force generic x86_64_v3 target for all packages

This commit is contained in:
Dennis Klein
2025-11-30 20:48:13 +01:00
parent 89f9f09c82
commit 642a4e06f0
2 changed files with 12 additions and 12 deletions

View File

@@ -6,14 +6,14 @@ spack:
- ninja - ninja
- "cmake@3.15:" - "cmake@3.15:"
concretizer:
targets:
granularity: generic
packages: packages:
all: all:
target: [x86_64_v3] require:
- target=x86_64_v3
config:
install_tree:
root: /opt/spack
padded_length: 128
mirrors: mirrors:
ghcr-buildcache: ghcr-buildcache:

View File

@@ -6,14 +6,14 @@ spack:
- ninja - ninja
- "cmake@3.15:" - "cmake@3.15:"
concretizer:
targets:
granularity: generic
packages: packages:
all: all:
target: [x86_64_v3] require:
- target=x86_64_v3
config:
install_tree:
root: /opt/spack
padded_length: 128
mirrors: mirrors:
ghcr-buildcache: ghcr-buildcache: