-
Notifications
You must be signed in to change notification settings - Fork 694
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
Tell zlib not to use pkg-config #9775
Conversation
Hm, something weird happening on the Windows build. Looks like something else is trying to restart it, too, but I don't know what (or who?) |
@chreekat would you mind adding this badge to the README? <3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
The failure on Windows sorta looks like it might be GHC's fault, but that is just my initial hunch. To be systematic: The error happens right at the end of the build. A successful build (e.g. https://gitlab.haskell.org/haskell/cabal/-/jobs/1797207) ends with:
But the Windows job ends with
So I guess this means cabal-install is exiting with status 127. I don't know what that means. |
The bug could also be with zlib. In 0.6.3.0, zlib uses the vendored libz C library on Windows. In 0.7.0.0, when disabling pkg-config, it just uses I'm gonna see if going back to using the vendored libz fixes the Windows build. |
4c828f6
to
cab4102
Compare
Lord almighty, the Darwin job is building LLVM or something?! Amazing |
GitLab CI passed, so I will send to the bot. |
cab4102
to
62c74fe
Compare
@mergify backport 3.12 |
✅ Backports have been created
|
Tell zlib not to use pkg-config (backport #9775)
(In GitLab CI)