diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2023-10-11 19:03:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 19:03:17 +0200 |
commit | 861bb4d35a804be350dc576480ceef0323938580 (patch) | |
tree | e8faec7888b17427a99dbb0ffa8a7152e5ba7349 /etc | |
parent | 65e7ec0509a2191b0a323730e280bba8bd30395b (diff) | |
download | spack-861bb4d35a804be350dc576480ceef0323938580.tar.gz spack-861bb4d35a804be350dc576480ceef0323938580.tar.bz2 spack-861bb4d35a804be350dc576480ceef0323938580.tar.xz spack-861bb4d35a804be350dc576480ceef0323938580.zip |
Update bootstrap buildcache to support Python 3.12 (#40404)
* Add support for Python 3.12
* Use optimized build of clingo
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/bootstrap.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/spack/defaults/bootstrap.yaml b/etc/spack/defaults/bootstrap.yaml index 464994d171..6f2dbe171c 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' + metadata: $spack/share/spack/bootstrap/github-actions-v0.5 - name: 'github-actions-v0.4' metadata: $spack/share/spack/bootstrap/github-actions-v0.4 - - name: 'github-actions-v0.3' - metadata: $spack/share/spack/bootstrap/github-actions-v0.3 - 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.5: true github-actions-v0.4: true - github-actions-v0.3: true spack-install: true |