Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WHL: bump (musl) linux image [wheel build] #27088

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 5 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 .github/workflows/linux_musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
container:
# Use container used for building musllinux wheels
# it has git installed, all the pythons, etc
image: quay.io/pypa/musllinux_1_1_x86_64
image: quay.io/pypa/musllinux_1_2_x86_64

steps:
- name: setup
Expand Down
6 changes: 3 additions & 3 deletions 6 .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
# Github Actions doesn't support pairing matrix values together, let's improvise
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
buildplat:
- [ubuntu-20.04, manylinux_x86_64, ""]
- [ubuntu-20.04, musllinux_x86_64, ""]
- [ubuntu-22.04, manylinux_x86_64, ""]
- [ubuntu-22.04, musllinux_x86_64, ""]
- [macos-13, macosx_x86_64, openblas]

# targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
Expand All @@ -90,7 +90,7 @@ jobs:
# Don't build PyPy 32-bit windows
- buildplat: [windows-2019, win32, ""]
python: "pp310"
- buildplat: [ ubuntu-20.04, musllinux_x86_64, "" ]
- buildplat: [ ubuntu-22.04, musllinux_x86_64, "" ]
python: "pp310"
- buildplat: [ macos-14, macosx_arm64, accelerate ]
python: "pp310"
Expand Down
2 changes: 2 additions & 0 deletions 2 doc/release/upcoming_changes/27088.change.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bump the musllinux CI image and wheels to 1_2 from 1_1. This is because 1_1 is
`end of life <https://github.com/pypa/manylinux/issues/1629>`_.
2 changes: 1 addition & 1 deletion 2 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
[tool.cibuildwheel.linux]
manylinux-x86_64-image = "manylinux2014"
manylinux-aarch64-image = "manylinux2014"
musllinux-x86_64-image = "musllinux_1_1"
musllinux-x86_64-image = "musllinux_1_2"

[tool.cibuildwheel.linux.environment]
# RUNNER_OS is a GitHub Actions specific env var; define it here so it works on Cirrus CI too
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.