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

[GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE #35602

Closed
wants to merge 1 commit into from

Conversation

veblush
Copy link
Contributor

@veblush veblush commented Jan 19, 2024

GPR_BACKWARDS_COMPATIBILITY_MODE was devised to support old Linux kernel with old glibc but gRPC is now expected to support glibc 2.17 and later (2.17 is derived from the oldest but supported Linux distro, CentOS 7). Effectively, gRPC doesn't need GPR_BACKWARDS_COMPATIBILITY_MODE anymore. Hence, let's remove it.

gRPC Python and Ruby that distribute binary artifacts already began to use manylinux environment dealing with this issue in a better way so they don't need this flag anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants