-
Notifications
You must be signed in to change notification settings - Fork 324
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
Update bazel version, removing the need for zlib workaround #558
Conversation
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.
Thanks Felix
Still a problem when I test this CL locally.
Felix, applying this locally and the problem comes back. AFAIK, the image we have for the Mac is not updated and this problem (no unreasonably) occurs with later XCode toolchains. With the patch applied:
|
This post also suggests there are others see this as not fixed yet: |
You're right, this doesn't fix the issue for workerd – bazel patched their internal zlib whereas we use an unpatched zlib release via capnproto. I'll consider using a different workaround within capnproto |
bazelbuild/bazel#17956 was fixed in version 6.1.2, updating allows us to no longer depend on the workaround.