Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not try to build LLVM with Zlib on Windows #332

Merged
merged 1 commit into from
Dec 13, 2022
Merged

Conversation

akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Dec 13, 2022

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

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#85762
@akoeplinger akoeplinger merged commit ea445e4 into dotnet/main Dec 13, 2022
@akoeplinger akoeplinger deleted the zlib-windows branch December 14, 2022 09:10
akoeplinger added a commit that referenced this pull request Dec 14, 2022
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)
akoeplinger added a commit that referenced this pull request Dec 14, 2022
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants