Update bootstrap buildcache to support Python 3.12 (#40404)

* Add support for Python 3.12
* Use optimized build of clingo
This commit is contained in:
Massimiliano Culpo
2023-10-11 19:03:17 +02:00
committed by GitHub
parent 65e7ec0509
commit 861bb4d35a
13 changed files with 672 additions and 495 deletions

View File

@@ -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