[llvm] Add zlib to Windows release build (PR #186630)

Oliver Old via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 15 03:01:35 PDT 2026


================
@@ -149,6 +149,9 @@ if "%skip-checkout%" == "true" (
 curl -O https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.12/libxml2-v2.9.12.tar.gz || exit /b 1
 tar zxf libxml2-v2.9.12.tar.gz
 
+curl -O https://github.com/madler/zlib/releases/download/v1.3.2/zlib-1.3.2.tar.gz || exit /b 1
----------------
oold wrote:

Oh, I was not aware of it. I'll try to build with that one and update the PR.

https://github.com/llvm/llvm-project/pull/186630


More information about the llvm-commits mailing list