File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
doc/release/upcoming_changes Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 24
24
container :
25
25
# Use container used for building musllinux wheels
26
26
# it has git installed, all the pythons, etc
27
- image : quay.io/pypa/musllinux_1_1_x86_64
27
+ image : quay.io/pypa/musllinux_1_2_x86_64
28
28
29
29
steps :
30
30
- name : setup
Original file line number Diff line number Diff line change 76
76
# Github Actions doesn't support pairing matrix values together, let's improvise
77
77
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
78
78
buildplat :
79
- - [ubuntu-20 .04, manylinux_x86_64, ""]
80
- - [ubuntu-20 .04, musllinux_x86_64, ""]
79
+ - [ubuntu-22 .04, manylinux_x86_64, ""]
80
+ - [ubuntu-22 .04, musllinux_x86_64, ""]
81
81
- [macos-13, macosx_x86_64, openblas]
82
82
83
83
# targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
90
90
# Don't build PyPy 32-bit windows
91
91
- buildplat : [windows-2019, win32, ""]
92
92
python : " pp310"
93
- - buildplat : [ ubuntu-20 .04, musllinux_x86_64, "" ]
93
+ - buildplat : [ ubuntu-22 .04, musllinux_x86_64, "" ]
94
94
python : " pp310"
95
95
- buildplat : [ macos-14, macosx_arm64, accelerate ]
96
96
python : " pp310"
Original file line number Diff line number Diff line change
1
+ Bump the musllinux CI image and wheels to 1_2 from 1_1. This is because 1_1 is
2
+ `end of life <https://github.com/pypa/manylinux/issues/1629 >`_.
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
149
149
[tool .cibuildwheel .linux ]
150
150
manylinux-x86_64-image = " manylinux2014"
151
151
manylinux-aarch64-image = " manylinux2014"
152
- musllinux-x86_64-image = " musllinux_1_1 "
152
+ musllinux-x86_64-image = " musllinux_1_2 "
153
153
154
154
[tool .cibuildwheel .pyodide ]
155
155
config-settings = " build-dir=build setup-args=--cross-file=$PWD/tools/ci/emscripten/emscripten.meson.cross setup-args=-Dblas=none setup-args=-Dlapack=none"
You can’t perform that action at this time.
0 commit comments