summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/mass_compile.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/qmk/cli/mass_compile.py')
-rwxr-xr-xlib/python/qmk/cli/mass_compile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/qmk/cli/mass_compile.py b/lib/python/qmk/cli/mass_compile.py
index cf9be0fd1e..4c4669d451 100755
--- a/lib/python/qmk/cli/mass_compile.py
+++ b/lib/python/qmk/cli/mass_compile.py
@@ -20,6 +20,8 @@ def mass_compile_targets(targets: List[BuildTarget], clean: bool, dry_run: bool,
20 if len(targets) == 0: 20 if len(targets) == 0:
21 return 21 return
22 22
23 os.environ.setdefault('SKIP_SCHEMA_VALIDATION', '1')
24
23 make_cmd = find_make() 25 make_cmd = find_make()
24 builddir = Path(QMK_FIRMWARE) / '.build' 26 builddir = Path(QMK_FIRMWARE) / '.build'
25 makefile = builddir / 'parallel_kb_builds.mk' 27 makefile = builddir / 'parallel_kb_builds.mk'