Commit 9134ceb
authored
Do not try to build LLVM with Zlib on Windows
CMake is accidentally picking up zlib from the CI environment, see actions/runner-images#6627 (comment).
Disable zlib on Windows since we don't want the dependency there, this is also what Rust did a while back: rust-lang/rust#857621 parent f297c5a commit 9134ceb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments