We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd44cb6 commit 8cac94fCopy full SHA for 8cac94f
.github/workflows/ci.yaml
@@ -234,6 +234,9 @@ jobs:
234
- target: powerpc64le-unknown-linux-musl
235
env:
236
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
240
# FIXME(ppc): SIGILL running tests, see
241
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
242
# - target: powerpc-unknown-linux-gnu
0 commit comments