8000 Merge pull request #298 from python-lz4/jgu/fix-dist · python-lz4/python-lz4@2de292e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2de292e

Browse files
Merge pull request #298 from python-lz4/jgu/fix-dist
Disable aarch64 builds due to compiler failure
2 parents 9e0169a + b5e5217 commit 2de292e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
uses: pypa/cibuildwheel@v2.21
7070
env:
7171
CIBW_ENVIRONMENT: PYLZ4_USE_SYSTEM_LZ4="False"
72-
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64"
72+
# CIBW_ARCHS_LINUX: "x86_64 i686 aarch64"
73+
CIBW_ARCHS_LINUX: "x86_64 i686"
7374
CIBW_ARCHS_MACOS: "auto64" # since we have both runner arches
7475
CIBW_ARCHS_WINDOWS: "AMD64 x86"
7576
CIBW_BUILD: ${{ matrix.cibw_build }}

0 commit comments

Comments
 (0)
0