Skip to content

Commit

Permalink
Try the latest MUSLinux on PowerPC
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Aug 19, 2024
1 parent 262db83 commit 5f17db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-wheels-emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
# Skip 32-bit windows wheels builds.
CIBW_SKIP: "*-win32* pp38-* pp39-* pp310-*"
CIBW_ARCHS: ${{inputs.arch}}
CIBW_ENVIRONMENT_LINUX: "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/install/lib"
CIBW_MUSLLINUX_PPC64LE_IMAGE: quay.io/pypa/musllinux_1_2_ppc64le:latest
CIBW_ENVIRONMENT_LINUX: "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/install/lib CFLAGS='-g -Wall' CXXFLAGS='-Wall'"
CIBW_BEFORE_ALL_LINUX: >
echo "Considering vtk-manylinux2014_`uname -m`.tar.gz..." &&
mkdir -p vtk &&
Expand Down

0 comments on commit 5f17db5

Please sign in to comment.