Skip to content

Commit

Permalink
Temporary disable PowerPC on MUSLLinux, since there is a long double …
Browse files Browse the repository at this point in the history
…inconsistency
  • Loading branch information
sanguinariojoe committed Aug 19, 2024
1 parent 20a35bf commit c005d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels-emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
os: ${{ fromJSON(inputs.os) }}
env:
# Skip 32-bit windows wheels builds.
CIBW_SKIP: "*-win32* pp38-* pp39-* pp310-*"
CIBW_SKIP: "*-win32* pp38-* pp39-* pp310-* *musllinux*ppc64le*"
CIBW_ARCHS: ${{inputs.arch}}
CIBW_ENVIRONMENT_LINUX: "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/install/lib"
CIBW_BEFORE_ALL_LINUX: >
Expand Down

0 comments on commit c005d68

Please sign in to comment.