Skip to content

Removed wrap_memcpy.c compatibility shim for pre-2.14 glibc#22420

Merged
copybara-service[bot] merged 1 commit intomainfrom
test_776175307
Jun 26, 2025
Merged

Removed wrap_memcpy.c compatibility shim for pre-2.14 glibc#22420
copybara-service[bot] merged 1 commit intomainfrom
test_776175307

Conversation

@copybara-service
Copy link
Copy Markdown

Removed wrap_memcpy.c compatibility shim for pre-2.14 glibc

This shim was added in 2017 to make binary gems compatible with pre-2.14 glibc: #2804

glibc 2.14 was released in 2011. Our Python wheels build for manylinux 2014, which requires glibc 2.17 or later: https://github.com/pypa/manylinux?tab=readme-ov-file#manylinux2014-centos-7-based-glibc-217

We should no longer need binary compatibility with a 14-year-old glibc.

Fixes: #11935

This shim was added in 2017 to make binary gems compatible with pre-2.14 glibc: #2804

glibc 2.14 was released in 2011.  Our Python wheels build for manylinux 2014, which requires glibc 2.17 or later: https://github.com/pypa/manylinux?tab=readme-ov-file#manylinux2014-centos-7-based-glibc-217

We should no longer need binary compatibility with a 14-year-old glibc.

Fixes: #11935
PiperOrigin-RevId: 776288819
@copybara-service copybara-service Bot merged commit 4ba9733 into main Jun 26, 2025
@copybara-service copybara-service Bot deleted the test_776175307 branch June 26, 2025 21:46
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.

ruby: wrap_memcpy causes error with LTO

1 participant