File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments