tutorial stack: allow deprecated versions (#30648)

For tutorial builds, we should continue to allow deprecated builds to be installed. We
can update them as needed when we update the tutorial, but we don't need to correct them
immediately on deprecation in CI.

- [x] add `deprecated:true` to tutorial `spack.yaml` config.
This commit is contained in:
Todd Gamblin 2022-05-13 03:09:39 -07:00 committed by GitHub
parent 745c191d73
commit e0bed2d6a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,9 @@ spack:
projections: projections:
all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}' all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
# allow deprecated versions in concretizations
deprecated: true
packages: packages:
all: all:
target: [x86_64] target: [x86_64]