Skip to content

Commit

Permalink
📈 Bump s390x and ppc64le wheels to glibc 2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 26, 2025
1 parent 04847da commit 3822260
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ concurrency:

env:
FORCE_COLOR: 3
CIBW_BUILD_VERBOSITY: 2
CIBW_BUILD_FRONTEND: "build"
CIBW_BUILD: "cp312-*"
CIBW_SKIP: "pp* *musllinux*"
CIBW_MANYLINUX_PPC64LE_IMAGE: "manylinux_2_28"
CIBW_MANYLINUX_S390X_IMAGE: "manylinux_2_28"

jobs:
sdist:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ concurrency:

env:
FORCE_COLOR: 3
CIBW_BUILD_VERBOSITY: 2
CIBW_SKIP: "pp* *musllinux*"
CIBW_BUILD_FRONTEND: "build"

Expand Down Expand Up @@ -79,8 +78,6 @@ jobs:
experimental:
needs: [style]
name: zig-${{ matrix.runs-on }}-${{ matrix.architecture }}-python-${{ matrix.python-version }}
env:
CIBW_BUILD_VERBOSITY: 2
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ A subset of the platforms supported by Hugo itself are supported by these wheels
| macOS | arm64 (Silicon) | ✅ macOS 11.0 (Big Sur) and later |
| Linux | amd64 | ✅ glibc 2.17 and later |
| Linux | arm64 | ✅ glibc 2.17 and later |
| Linux | s390x | ✅ glibc 2.17 and later |
| Linux | ppc64le | ✅ glibc 2.17 and later |
| Linux | s390x | ✅ glibc 2.28 and later |
| Linux | ppc64le | ✅ glibc 2.28 and later |
| Windows | x86_64 ||
| Windows | arm64 | ✅💡 Experimental support [^1] |
| Windows | x86 | ✅💡 Experimental support [^1] |
Expand Down

0 comments on commit 3822260

Please sign in to comment.