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:
all:
compiler: [gcc@11.2.0]
target: [x86_64_v4]
target: [x86_64_v3]
variants: ~cuda~rocm
specs:

View file

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

View file

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