From a1da985fdaa1738b40286e84955c8da3e862a9ba Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:31:01 -0600 Subject: [PATCH] [PR #10413/f6dae31d backport][3.12] Fix missing ppc64le musllinux wheels (#10415) **This is a backport of PR #10413 as merged into master (f6dae31db7538882be97e6d56f79c527636f62f3).** I had s390x twice instead of ppc64le. Seems like I could use a little more sleep or coffee today Co-authored-by: J. Nick Koston --- .github/workflows/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e2129cf4d34..3df6a02c1dd 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -355,17 +355,17 @@ jobs: - os: ubuntu-latest qemu: ppc64le musl: "" + - os: ubuntu-latest + qemu: ppc64le + musl: musllinux - os: ubuntu-latest qemu: s390x musl: "" - - os: ubuntu-latest - qemu: armv7l - musl: musllinux - os: ubuntu-latest qemu: s390x musl: musllinux - os: ubuntu-latest - qemu: s390x + qemu: armv7l musl: musllinux - os: ubuntu-latest musl: musllinux