Skip to content

Use default-features=false on libz-sys to allow for zlib-ng #525

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

Merged
merged 1 commit into from
May 9, 2021

Conversation

joshtriplett
Copy link
Contributor

libz-sys enables the stock-zlib feature by default, which forces using
stock zlib and prevents using zlib-ng in compat mode. Disable
default-features, to allow the user of grpcio to determine what zlib
implementation to use.

libz-sys enables the stock-zlib feature by default, which forces using
stock zlib and prevents using zlib-ng in compat mode. Disable
default-features, to allow the user of grpcio to determine what zlib
implementation to use.

Signed-off-by: Josh Triplett <[email protected]>
@joshtriplett joshtriplett force-pushed the libz-sys-no-default-features branch from cda331b to f687566 Compare May 8, 2021 23:41
@BusyJay BusyJay merged commit cc6fdf0 into tikv:master May 9, 2021
@joshtriplett joshtriplett deleted the libz-sys-no-default-features branch May 9, 2021 16:16
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