Skip to content

Commit 43ae3c5

Browse files
committed
manylinux 2_34 uses same distro across architectures
1 parent 0826d43 commit 43ae3c5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,11 @@ jobs:
5353
args: --release --out dist --find-interpreter
5454
manylinux: 2_34
5555
before-script-linux: |
56-
case "${{ matrix.target }}" in
57-
aarch64) apt-get update && apt-get install -y cmake g++ \
58-
pkg-config libasound2-dev libudev-dev libxkbcommon-x11-0 \
59-
libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev \
60-
libxkbregistry-dev libwayland-client0 libwayland-server0 libwayland-cursor0 \
61-
libwayland-dev libxkbcommon-dev libglfw3-dev \
62-
wayland-protocols ;;
63-
*) dnf -y install cmake gcc-c++ \
56+
dnf -y install cmake gcc-c++ \
6457
pkgconfig alsa-lib-devel systemd-devel \
6558
libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel \
6659
libxkbcommon-devel wayland-devel wayland-protocols-devel \
67-
glfw-devel;;
68-
esac
60+
glfw-devel
6961
working-directory: crates/processing_pyo3
7062
- uses: actions/upload-artifact@v4
7163
with:

0 commit comments

Comments
 (0)