ci/windows: Disable zlib in LLVM

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29649>
This commit is contained in:
Jesse Natalie
2024-07-19 11:12:32 +01:00
committed by Marge Bot
parent 3386e1425f
commit 4b3cd808aa

View File

@@ -96,6 +96,7 @@ cmake ../llvm `
-DLLVM_ENABLE_DIA_SDK=OFF `
-DCLANG_BUILD_TOOLS=ON `
-DLLVM_SPIRV_INCLUDE_TESTS=OFF `
-DLLVM_ENABLE_ZLIB=OFF `
-Wno-dev && `
ninja -j32 install
$buildstatus = $?