Skip to content

feat: move default manylinux build to manylinux_2_28 #2330

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

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Mar 22, 2025

fixes #1772
closes #1988

The rational for doing this is in #1988 with some timeline discussions in #1772 & #2047.

@mayeut mayeut force-pushed the default-manylinux_2_28 branch from a7e9536 to 1c90b80 Compare March 22, 2025 16:33
Copy link
Contributor

@joerick joerick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@joerick joerick merged commit e6eff86 into pypa:main Mar 24, 2025
24 checks passed
@EwoutH
Copy link
Contributor

EwoutH commented Mar 24, 2025

Awesome! Glad to see this move was made!

@mayeut mayeut deleted the default-manylinux_2_28 branch March 24, 2025 19:46
alexlancaster added a commit to alexlancaster/pypop that referenced this pull request Mar 27, 2025
…llinux` segfaults (#272)

* use `manylinux_2_28` as the default image testing as this will be the new default starting with `cibuildwheel` 3.0 (pypa/cibuildwheel#2330)

* re-enable cp313 on `musllinux` for x86

* cleanup pyproject.toml

* changes to eliminate warnings from SWIG wrapper

* add an `x86_64` platform for `musllinux` wheel in default CI

* found source of `musllinux` crash:  off-by-1 memory allocation for `like_ratio` array

* Haplo module: always set default `numPermutations` to 1: even when no permutation test is to be run, this is used to allocatethe initial array

* turn off skipping of tests on `musllinux` by default
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.

Update default image away from manylinux2014
4 participants