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

Commit 4290132

Browse filesBrowse files
authored
Merge pull request #29490 from meeseeksmachine/auto-backport-of-pr-29476-on-v3.10.x
Backport PR #29476 on branch v3.10.x (ci: Enable native ARM builders for wheels)
2 parents ff2d3fe + 572d522 commit 4290132
Copy full SHA for 4290132

File tree

1 file changed

+1
-8
lines changed
Filter options

1 file changed

+1
-8
lines changed

‎.github/workflows/cibuildwheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml
+1-8Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,12 @@ jobs:
115115
CIBW_TEST_COMMAND: >-
116116
python {package}/ci/check_version_number.py
117117
MACOSX_DEPLOYMENT_TARGET: "10.12"
118-
MPL_DISABLE_FH4: "yes"
119118
strategy:
120119
matrix:
121120
include:
122121
- os: ubuntu-latest
123122
cibw_archs: "x86_64"
124-
- os: ubuntu-latest
123+
- os: ubuntu-24.04-arm
125124
cibw_archs: "aarch64"
126125
- os: windows-latest
127126
cibw_archs: "auto64"
@@ -131,12 +130,6 @@ jobs:
131130
cibw_archs: "arm64"
132131

133132
steps:
134-
- name: Set up QEMU
135-
if: matrix.cibw_archs == 'aarch64'
136-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
137-
with:
138-
platforms: arm64
139-
140133
- name: Download sdist
141134
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
142135
with:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.