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

Remove remaining config_settings, now that they're unnecessary and use macOS system libs #260

Merged
merged 4 commits into from
Aug 27, 2022

Conversation

cpsauer
Copy link
Collaborator

@cpsauer cpsauer commented Aug 27, 2022

Hey, @nelhage.

This PR follows up on #247 and #245, cleaning out a workaround that is no longer needed with the release of Bazel 5.1.
It also switches things to use system libz on macOS, consistent with all the other Apple platforms. I know the system version has been significantly faster in the past, too.

The two are joined into one PR to avoid conflicts and because you've been open to that in the past.

Thanks for all you do!
Chris

@cpsauer
Copy link
Collaborator Author

cpsauer commented Aug 27, 2022

...and that caused me to notice that Apple platforms also bundle bz2, so I switched us to using system bz2 on Apple platforms, parallel to zlib.

[Note: Unlike libz, bz2 is not bundled with Android. And lzma is bundled with Apple platforms, but sadly, not considered public API because its header is not exposed.]

Copy link
Owner

@nelhage nelhage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love a good red diff!

@nelhage nelhage merged commit ea2991b into nelhage:master Aug 27, 2022
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.

2 participants