From c846b5149dd541e5323b58a946efa34cb88b7596 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 13 Apr 2022 23:32:23 +0200 Subject: Add support for Python 3.10 (#29581) * Add support for Python 3.10 * Update unit-tests to use 3.10 * Update Getting started section of the docs * Update bootstrap action --- etc/spack/defaults/bootstrap.yaml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/spack/defaults/bootstrap.yaml b/etc/spack/defaults/bootstrap.yaml index e51e406dff..8c1592055e 100644 --- a/etc/spack/defaults/bootstrap.yaml +++ b/etc/spack/defaults/bootstrap.yaml @@ -9,15 +9,24 @@ bootstrap: # may not be able to bootstrap all of the software that Spack needs, # depending on its type. sources: - - name: 'github-actions' + - name: 'github-actions-v0.2' + type: buildcache + description: | + Buildcache generated from a public workflow using Github Actions. + The sha256 checksum of binaries is checked before installation. + info: + url: https://mirror.spack.io/bootstrap/github-actions/v0.2 + homepage: https://github.com/spack/spack-bootstrap-mirrors + releases: https://github.com/spack/spack-bootstrap-mirrors/releases + - name: 'github-actions-v0.1' type: buildcache description: | Buildcache generated from a public workflow using Github Actions. The sha256 checksum of binaries is checked before installation. info: url: https://mirror.spack.io/bootstrap/github-actions/v0.1 - homepage: https://github.com/alalazo/spack-bootstrap-mirrors - releases: https://github.com/alalazo/spack-bootstrap-mirrors/releases + homepage: https://github.com/spack/spack-bootstrap-mirrors + releases: https://github.com/spack/spack-bootstrap-mirrors/releases # This method is just Spack bootstrapping the software it needs from sources. # It has been added here so that users can selectively disable bootstrapping # from sources by "untrusting" it. @@ -28,5 +37,5 @@ bootstrap: trusted: # By default we trust bootstrapping from sources and from binaries # produced on Github via the workflow - github-actions: true + github-actions-v0.2: true spack-install: true -- cgit v1.2.3-60-g2f50