Skip to content

Commit 4ca54dc

Browse files
committed
ci: remove musl Linux build
- static build is broken due to winit - dynamic linking for unknown reasons only works against glibc
1 parent 4284c58 commit 4ca54dc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
include:
59-
- runner: ubuntu-latest
60-
target: x86_64-unknown-linux-musl
61-
archive: tar.gz
62-
rustflags: -C target-feature=-crt-static -Clink-arg=-lm
63-
linux: true
6459
- runner: ubuntu-latest
6560
target: x86_64-unknown-linux-gnu
6661
archive: tar.gz
@@ -94,13 +89,6 @@ jobs:
9489
libx11-dev libxcursor-dev libxrandr-dev libxi-dev \
9590
libgl1-mesa-dev libasound2-dev libudev-dev \
9691
libwayland-dev libxkbcommon-dev
97-
if [ "${TARGET}" = "x86_64-unknown-linux-musl" ]; then
98-
sudo apt-get install -y musl-tools musl-dev
99-
fi
100-
101-
- name: Configure musl linker
102-
if: matrix.target == 'x86_64-unknown-linux-musl'
103-
run: echo "CC_x86_64_unknown_linux_musl=musl-gcc" >> $GITHUB_ENV
10492
10593
- name: Cache cargo
10694
uses: actions/cache@v4

0 commit comments

Comments
 (0)