diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 8325fdad73c..919696bc45f 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -4,6 +4,8 @@ source wheels/multibuild/common_utils.sh PLAT="x86_64" source wheels/multibuild/library_builders.sh if [ -z "$IS_MACOS" ]; then + export MB_ML_LIBC="musllinux" + export MB_ML_VER="_1_1" source wheels/multibuild/manylinux_utils.sh fi @@ -94,9 +96,8 @@ if [ -n "$IS_MACOS" ]; then build_simple xorgproto 2023.2 https://www.x.org/pub/individual/proto build_simple libXau 1.0.11 https://www.x.org/pub/individual/lib build_simple libpthread-stubs 0.5 https://xcb.freedesktop.org/dist - echo "torch" - find / -iname xcb-proto.pc - cp venv/share/pkgconfig/xcb-proto.pc venv/lib/pkgconfig/xcb-proto.pc + # /Library/Frameworks/Python.framework/Versions/Current/share/pkgconfig + #cp venv/share/pkgconfig/xcb-proto.pc venv/lib/pkgconfig/xcb-proto.pc else sed s/\${pc_sysrootdir\}// /usr/local/share/pkgconfig/xcb-proto.pc > /usr/local/lib/pkgconfig/xcb-proto.pc fi