diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-10-24 08:55:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-24 08:55:14 +0200 |
commit | d8c80747624e32ade173de081473782e3fb7eebe (patch) | |
tree | 970a1b0920c12a4c49c07779c1bd35c97618f028 /etc | |
parent | faeef6272dcf52acc87cad55e0fee0edba44ba49 (diff) | |
download | spack-d8c80747624e32ade173de081473782e3fb7eebe.tar.gz spack-d8c80747624e32ade173de081473782e3fb7eebe.tar.bz2 spack-d8c80747624e32ade173de081473782e3fb7eebe.tar.xz spack-d8c80747624e32ade173de081473782e3fb7eebe.zip |
bootstrap: add clingo 3.13 binaries and more (#47126)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/bootstrap.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/spack/defaults/bootstrap.yaml b/etc/spack/defaults/bootstrap.yaml index 6f2dbe171c..b2e2c0f373 100644 --- a/etc/spack/defaults/bootstrap.yaml +++ b/etc/spack/defaults/bootstrap.yaml @@ -9,15 +9,15 @@ bootstrap: # may not be able to bootstrap all the software that Spack needs, # depending on its type. sources: - - name: 'github-actions-v0.5' + - name: github-actions-v0.6 + metadata: $spack/share/spack/bootstrap/github-actions-v0.6 + - name: github-actions-v0.5 metadata: $spack/share/spack/bootstrap/github-actions-v0.5 - - name: 'github-actions-v0.4' - metadata: $spack/share/spack/bootstrap/github-actions-v0.4 - - name: 'spack-install' + - name: spack-install metadata: $spack/share/spack/bootstrap/spack-install trusted: # By default we trust bootstrapping from sources and from binaries # produced on Github via the workflow + github-actions-v0.6: true github-actions-v0.5: true - github-actions-v0.4: true spack-install: true |