We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1871828 commit c004973Copy full SHA for c004973
livekit-rtc/pyproject.toml
@@ -19,7 +19,4 @@ manylinux-ppc64le-image = "manylinux_2_28"
19
manylinux-s390x-image = "manylinux_2_28"
20
manylinux-pypy_x86_64-image = "manylinux_2_28"
21
manylinux-pypy_i686-image = "manylinux_2_28"
22
-manylinux-pypy_aarch64-image = "manylinux_2_28"
23
-
24
-[tool.cibuildwheel.linux]
25
-before-build = "pip install requests && python rust-sdks/download_ffi.py --output livekit/rtc/resources && yum install -y libX11-devel libXrandr-devel libXext-devel libXfixes-devel libXdamage-devel libXcomposite-devel libXi-devel mesa-libGL-devel || apt install -y xorg-dev"
+manylinux-pypy_aarch64-image = "manylinux_2_28"
0 commit comments