diff options
author | Alexander Galazin <alexander.galazin@arm.com> | 2020-11-20 17:19:40 +0100 |
---|---|---|
committer | Alexander Galazin <Alexander.Galazin@arm.com> | 2020-11-24 02:54:42 -0500 |
commit | cda8223e8bb030e8ad11d13ff9f6146054aaa3fb (patch) | |
tree | 8299ef87642bd8e348e45e674b0a6f8e928a9355 /scripts | |
parent | 9b5766e83dbe9f217523264760b3528fc9bc58f0 (diff) | |
download | VK-GL-CTS-cda8223e8bb030e8ad11d13ff9f6146054aaa3fb.tar.gz VK-GL-CTS-cda8223e8bb030e8ad11d13ff9f6146054aaa3fb.tar.bz2 VK-GL-CTS-cda8223e8bb030e8ad11d13ff9f6146054aaa3fb.zip |
Switch spirv-binaries to Release build
Components: Framework
Change-Id: Iceaa7a248bb8dad6dd0ab08d356be441ad2b2876
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/check_build_sanity.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/check_build_sanity.py b/scripts/check_build_sanity.py index 67101cd67..e49d743a9 100644 --- a/scripts/check_build_sanity.py +++ b/scripts/check_build_sanity.py @@ -206,7 +206,8 @@ LATE_SPECIAL_RECIPES = [ ]), ('spirv-binaries', [ RunScript(os.path.join("external", "vulkancts", "scripts", "build_spirv_binaries.py"), - lambda env: ["--build-dir", os.path.join(env.tmpDir, "spirv-binaries"), + lambda env: ["--build-type", "Release", + "--build-dir", os.path.join(env.tmpDir, "spirv-binaries"), "--dst-path", os.path.join(env.tmpDir, "spirv-binaries")]), ]), ('check-all', [ |