Squash ext-dep-target into gen-inl-files
authorBoris Zanin <boris.zanin@mobica.com>
Wed, 18 Mar 2020 14:54:06 +0000 (15:54 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 26 Mar 2020 08:49:59 +0000 (04:49 -0400)
The check_build_sanity.py target gen-inl-files unites
several generation scripts and gen_ext_deps.py should be
one of them instead of having separate target.
This will reduce CI server load.

Components: Vulkan

VK-GL-CTS Issue: 1340

Change-Id: If2153fcbc9cb779bdb86934c0a3c8a6b260e6a5f

scripts/check_build_sanity.py

index 10bed1d..621b9bd 100644 (file)
@@ -190,10 +190,8 @@ EARLY_SPECIAL_RECIPES      = [
                        RunScript(os.path.join("scripts", "opengl", "gen_all.py")),
                        RunScript(os.path.join("external", "vulkancts", "scripts", "gen_framework.py")),
                        RunScript(os.path.join("external", "vulkancts", "scripts", "gen_framework_c.py")),
-                       RunScript(os.path.join("scripts", "gen_android_mk.py")),
-               ]),
-       ('gen-ext-deps', [
-                       RunScript(os.path.join("external", "vulkancts", "scripts", "gen_ext_deps.py"))
+                       RunScript(os.path.join("external", "vulkancts", "scripts", "gen_ext_deps.py")),
+                       RunScript(os.path.join("scripts", "gen_android_mk.py"))
                ]),
 ]