From 658a8b62fbfd01e15fcd45a85c0e48565addf3f6 Mon Sep 17 00:00:00 2001 From: Sven van Haastregt Date: Wed, 7 Jun 2023 15:07:25 +0100 Subject: [PATCH] [CI] Build Vulkan loader with USE_GAS=ON (#1756) https://github.com/KhronosGroup/Vulkan-Loader/pull/1212 broke builds that set `USE_GAS=OFF`. Signed-off-by: Sven van Haastregt --- presubmit.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/presubmit.sh b/presubmit.sh index 605c10b0..10354abf 100755 --- a/presubmit.sh +++ b/presubmit.sh @@ -77,7 +77,6 @@ cmake .. -G Ninja \ -DBUILD_WSI_XLIB_SUPPORT=OFF \ -DBUILD_WSI_XCB_SUPPORT=OFF \ -DBUILD_WSI_WAYLAND_SUPPORT=OFF \ - -DUSE_GAS=OFF \ -C helper.cmake .. cmake --build . -j2