Skip to content

Commit 8cac94f

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.
1 parent dd44cb6 commit 8cac94f

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
@@ -234,6 +234,9 @@ jobs:
234234
- target: powerpc64le-unknown-linux-musl
235235
env:
236236
RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
237+
- target: x86_64-unknown-linux-musl
238+
env:
239+
RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
237240
# FIXME(ppc): SIGILL running tests, see
238241
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
239242
# - target: powerpc-unknown-linux-gnu

0 commit comments

Comments
 (0)