You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments