diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2022-09-02 12:48:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 12:48:46 +0200 |
commit | 80389911cce2daae5b0e4df069a3be9575954dc3 (patch) | |
tree | a305ed9af20c27372018484b9d377bf15fe27064 /etc | |
parent | a2e829c7b99450240e7e37b163b811c97e970fe0 (diff) | |
download | spack-80389911cce2daae5b0e4df069a3be9575954dc3.tar.gz spack-80389911cce2daae5b0e4df069a3be9575954dc3.tar.bz2 spack-80389911cce2daae5b0e4df069a3be9575954dc3.tar.xz spack-80389911cce2daae5b0e4df069a3be9575954dc3.zip |
Update bootstrap buildcache to v0.3 (#32262)
This release allow to bootstrap patchelf from binaries.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/bootstrap.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/spack/defaults/bootstrap.yaml b/etc/spack/defaults/bootstrap.yaml index b3ab1c99df..a4a9b23515 100644 --- a/etc/spack/defaults/bootstrap.yaml +++ b/etc/spack/defaults/bootstrap.yaml @@ -9,6 +9,8 @@ bootstrap: # may not be able to bootstrap all the software that Spack needs, # depending on its type. sources: + - name: 'github-actions-v0.3' + metadata: $spack/share/spack/bootstrap/github-actions-v0.3 - name: 'github-actions-v0.2' metadata: $spack/share/spack/bootstrap/github-actions-v0.2 - name: 'github-actions-v0.1' @@ -18,5 +20,5 @@ bootstrap: trusted: # By default we trust bootstrapping from sources and from binaries # produced on Github via the workflow - github-actions-v0.2: true + github-actions-v0.3: true spack-install: true |