Skip to content

Commit 8d7f960

Browse files
committed
ci: Test x86_64-musl with musl 1.2.3
We already test aarch64 and a few other platforms, but x86 was missing. (backport <#4761>) (cherry picked from commit 8cac94f)
1 parent eadf96f commit 8d7f960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ jobs:
225225
- target: powerpc64le-unknown-linux-musl
226226
env:
227227
RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
228+
- target: x86_64-unknown-linux-musl
229+
env:
230+
RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
228231
# FIXME(ppc): SIGILL running tests, see
229232
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
230233
# - target: powerpc-unknown-linux-gnu

0 commit comments

Comments
 (0)