From 3d811617e6b10c822ba8ede6549f5c65d9d8cd1c Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sun, 13 Nov 2022 09:12:48 -0600 Subject: hotfix: ensure that schema is compatible with tutorial VM config We added a hotfix to releases/v0.19 with a feature flag, but the flag is incompatible with the config schema on `develop`. - [x] Ensure schema is compatible on develop even though config option is unused. --- lib/spack/spack/schema/concretizer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/spack/spack/schema/concretizer.py b/lib/spack/spack/schema/concretizer.py index e628519d56..30f73d7557 100644 --- a/lib/spack/spack/schema/concretizer.py +++ b/lib/spack/spack/schema/concretizer.py @@ -15,6 +15,7 @@ properties = { "additionalProperties": False, "properties": { "reuse": {"type": "boolean"}, + "enable_node_namespace": {"type": "boolean"}, "targets": { "type": "object", "properties": { -- cgit v1.2.3-60-g2f50