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

[ESI][Runtime] Remove C++ includes from wheels #7032

Merged
merged 1 commit into from
May 14, 2024

Conversation

teqdruid
Copy link
Contributor

There is no good way to use the binaries included with the wheel. Essentially, they are built with the old std::basic_string but modern software uses std::__cxx11::basic_string. There is now way to change this behavior (AFAICT) in manylinux2014. Newer manylinux images have a way, but we need compatiblity back to glibc 2.17, which none of them provide.

There is no good way to use the binaries included with the wheel.
Essentially, they are built with the old `std::basic_string` but modern
software uses `std::__cxx11::basic_string`. There is now way to change
this behavior (AFAICT) in manylinux2014. Newer manylinux images have a
way, but we need compatiblity back to glibc 2.17, which none of them
provide.
@teqdruid teqdruid added the ESI label May 14, 2024
@teqdruid
Copy link
Contributor Author

sigh

@teqdruid teqdruid merged commit c3fd7f1 into main May 14, 2024
4 checks passed
@teqdruid teqdruid deleted the teqdruid/esirt-whl-includes branch May 14, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant