Skip to content

Commit

Permalink
Disable signing, and remove build cache that setup-spack adds.
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie authored Dec 11, 2023
1 parent 91693d6 commit d612c10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ spack:
root: /opt/spack
padded_length: 128
mirrors:
spack-buildcache: oci://ghcr.io/spack/github-actions-buildcache
local-buildcache: oci://ghcr.io/JuliaParallel/github-actions-buildcache
local-buildcache:
url: oci://ghcr.io/JuliaParallel/github-actions-buildcache
signed: false
packages:
all:
require: '%gcc@12 target=x86_64_v2'
Expand Down

0 comments on commit d612c10

Please sign in to comment.