From 642a4e06f08edd95455c8920cfd1086f4628fdab Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Sun, 30 Nov 2025 20:48:13 +0100 Subject: [PATCH] ci: force generic x86_64_v3 target for all packages --- test/ci/spack-boost187.yaml | 12 ++++++------ test/ci/spack-latest.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/test/ci/spack-boost187.yaml b/test/ci/spack-boost187.yaml index 00f7f778..d117eddb 100644 --- a/test/ci/spack-boost187.yaml +++ b/test/ci/spack-boost187.yaml @@ -6,14 +6,14 @@ spack: - ninja - "cmake@3.15:" + concretizer: + targets: + granularity: generic + packages: all: - target: [x86_64_v3] - - config: - install_tree: - root: /opt/spack - padded_length: 128 + require: + - target=x86_64_v3 mirrors: ghcr-buildcache: diff --git a/test/ci/spack-latest.yaml b/test/ci/spack-latest.yaml index 3105a107..f619cd01 100644 --- a/test/ci/spack-latest.yaml +++ b/test/ci/spack-latest.yaml @@ -6,14 +6,14 @@ spack: - ninja - "cmake@3.15:" + concretizer: + targets: + granularity: generic + packages: all: - target: [x86_64_v3] - - config: - install_tree: - root: /opt/spack - padded_length: 128 + require: + - target=x86_64_v3 mirrors: ghcr-buildcache: