summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-04-29 09:06:36 +0200
committerGitHub <noreply@github.com>2022-04-29 01:06:36 -0600
commitc06f69d0bffad688f668db41cb6acad894a745ac (patch)
tree5e626576cf9f10f49c7c228f677bb27934e6d242 /lib
parent8a6b73bb2cb285904398224e743e405cea87dcce (diff)
downloadspack-c06f69d0bffad688f668db41cb6acad894a745ac.tar.gz
spack-c06f69d0bffad688f668db41cb6acad894a745ac.tar.bz2
spack-c06f69d0bffad688f668db41cb6acad894a745ac.tar.xz
spack-c06f69d0bffad688f668db41cb6acad894a745ac.zip
spack.yaml: add concretizer.yaml to the schema (#30376)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/schema/merged.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/spack/spack/schema/merged.py b/lib/spack/spack/schema/merged.py
index 69e670260c..8f9768cfd0 100644
--- a/lib/spack/spack/schema/merged.py
+++ b/lib/spack/spack/schema/merged.py
@@ -13,6 +13,7 @@ from llnl.util.lang import union_dicts
import spack.schema.bootstrap
import spack.schema.cdash
import spack.schema.compilers
+import spack.schema.concretizer
import spack.schema.config
import spack.schema.container
import spack.schema.gitlab_ci
@@ -27,6 +28,7 @@ properties = union_dicts(
spack.schema.bootstrap.properties,
spack.schema.cdash.properties,
spack.schema.compilers.properties,
+ spack.schema.concretizer.properties,
spack.schema.config.properties,
spack.schema.container.properties,
spack.schema.gitlab_ci.properties,