stop building binaries for the 1% (#33463)

This commit is contained in:
Harmen Stoppels 2022-10-22 10:01:50 +02:00 committed by GitHub
parent cff76fb23f
commit 669bbe1e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ spack:
packages: packages:
all: all:
compiler: [gcc@11.2.0] compiler: [gcc@11.2.0]
target: [x86_64_v4] target: [x86_64_v3]
variants: ~cuda~rocm variants: ~cuda~rocm
specs: specs:

View File

@ -16,7 +16,7 @@ spack:
packages: packages:
all: all:
compiler: [gcc@11.2.0] compiler: [gcc@11.2.0]
target: [x86_64_v4] target: [x86_64_v3]
variants: ~rocm+cuda cuda_arch=80 variants: ~rocm+cuda cuda_arch=80
llvm: llvm:
# https://github.com/spack/spack/issues/27999 # https://github.com/spack/spack/issues/27999

View File

@ -16,7 +16,7 @@ spack:
packages: packages:
all: all:
compiler: [gcc@11.2.0] compiler: [gcc@11.2.0]
target: [x86_64_v4] target: [x86_64_v3]
variants: ~cuda+rocm amdgpu_target=gfx90a variants: ~cuda+rocm amdgpu_target=gfx90a
gl: gl:
require: "osmesa" require: "osmesa"