-
Notifications
You must be signed in to change notification settings - Fork 118
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
Move to manylinux_2_28
base image for wheels
#3306
base: master
Are you sure you want to change the base?
Conversation
manylinux_2_28
base imagemanylinux_2_28
base image for wheels
I didn’t check the details but just asking for clarity - moving to 2.28 changed anything about old platforms supported? |
This is mostly in reference to #1963 (comment) to assess how much work is needed. The new min. system requirements would be:
|
✔️ 952d3d9 -> Azure artifacts URL |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3306 +/- ##
=======================================
Coverage 67.07% 67.07%
=======================================
Files 571 571
Lines 111055 111055
=======================================
Hits 74488 74488
Misses 36567 36567 ☔ View full report in Codecov by Sentry. |
Thanks for checking. Those all looks good! 👍 |
Okay, some additional findings about this:
In summary, I think the move to |
✔️ 44ef470 -> Azure artifacts URL |
manylinux_2_28
base image for wheelsmanylinux_2_28
base image for wheels
✔️ 4ffe46c -> Azure artifacts URL |
Quality Gate passedIssues Measures |
@@ -1 +0,0 @@ | |||
../../docs/install/python_wheels.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mostly to fix an issue with Podman on MacOS:
Error: invalid symlink "/var/tmp/libpod_builder742187951/build/README.md" -> "../../docs/install/python_wheels.md"
It also makes it more GitHub-friendly since GitHub doesn't follow symlinks, it just displays where it's pointing to; now it's actually clickable.
✔️ fae53da -> Azure artifacts URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many details I'm not familiar with. But if it works...
manylinux_2_28_x86_64
andmanylinux_2_28_aarch64
) in CI for building wheelsflex
,mpich
, andopenmpi
instead of building from source (still need customreadline
andncurses
as the*-static
versions do not use-fPIC
)