From c06f69d0bffad688f668db41cb6acad894a745ac Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Fri, 29 Apr 2022 09:06:36 +0200 Subject: spack.yaml: add concretizer.yaml to the schema (#30376) --- lib/spack/spack/schema/merged.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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, -- cgit v1.2.3-60-g2f50