From e0bed2d6a7d9df691df19cd4386654d944a78a51 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Fri, 13 May 2022 03:09:39 -0700 Subject: 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. --- share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'share') diff --git a/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml index fbf641e973..aceb25a00d 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml @@ -9,6 +9,9 @@ spack: projections: all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}' + # allow deprecated versions in concretizations + deprecated: true + packages: all: target: [x86_64] -- cgit v1.2.3-60-g2f50