Skip to content

Commit

Permalink
⏮️ Reinstate glibc 2.17 compatibility everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Feb 1, 2025
1 parent 0d373d9 commit dc0df92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
- uses: mlugg/setup-zig@a67e68dc5c8281d9608136d3d7ca1b282213e4ac # v1.2.1
with:
version: 0.13.0
use-cache: false

# Note: cibuildwheel will manage installing 32-bit Python on Windows. We
# do not need to do that manually unless we use setup-python instead.
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.28 and later |
| Linux | ppc64le | ✅ glibc 2.28 and later |
| Linux | s390x | ✅ glibc 2.17 and later |
| Linux | ppc64le | ✅ glibc 2.17 and later |
| Windows | x86_64 ||
| Windows | arm64 | ✅💡 Experimental support [^1] |
| Windows | x86 | ✅💡 Experimental support [^1] |
Expand Down

0 comments on commit dc0df92

Please sign in to comment.