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

fix: aarch64 ssl handshakes #3263

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

ion-elgreco
Copy link
Collaborator

@ion-elgreco ion-elgreco commented Feb 25, 2025

Description

This was a very pesky issue to figure out but finally nailed it down to being a manylinux glibc compatibility issue. Essentially with glibc 2.17 we were seeing ssl handshake failures which has some relation to the ring crate. Anyway, the fix is to release additional wheels for manylinux 2_28.

I also took the liberty in splitting up the manylinux job in to separate jobs.

Related Issue(s)

@github-actions github-actions bot added the binding/python Issues for the Python package label Feb 25, 2025
@ion-elgreco ion-elgreco force-pushed the fix/aarch64-ssl-handshakes branch from 99e2c83 to eb24556 Compare February 25, 2025 17:07
Copy link

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.09%. Comparing base (c4cc1fe) to head (3bdea72).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3263      +/-   ##
==========================================
- Coverage   72.10%   72.09%   -0.01%     
==========================================
  Files         143      143              
  Lines       45704    45704              
  Branches    45704    45704              
==========================================
- Hits        32954    32950       -4     
+ Misses      10669    10668       -1     
- Partials     2081     2086       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ion-elgreco ion-elgreco force-pushed the fix/aarch64-ssl-handshakes branch from eb24556 to d86e15d Compare February 25, 2025 18:45
Signed-off-by: Ion Koutsouris <[email protected]>
@ion-elgreco ion-elgreco force-pushed the fix/aarch64-ssl-handshakes branch from d86e15d to 3bdea72 Compare February 25, 2025 19:09
@ion-elgreco ion-elgreco added this pull request to the merge queue Feb 25, 2025
auto-merge was automatically disabled February 25, 2025 19:34

Pull Request is not mergeable

Merged via the queue into delta-io:main with commit 3a98143 Feb 25, 2025
28 checks passed
@ion-elgreco ion-elgreco deleted the fix/aarch64-ssl-handshakes branch February 25, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package
Projects
None yet
2 participants