Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not try to build LLVM with Zlib on Windows (#332)
CMake is accidentally picking up zlib from the CI environment, see actions/runner-images#6627 (comment), the build log now has this line: ``` -- Found ZLIB: C:/Strawberry/c/lib/libz.a (found version "1.2.11") ``` Disable zlib on Windows since we don't want the dependency there, this is also what Rust did a while back: rust-lang/rust#85762 (cherry picked from commit ea445e4)
- Loading branch information