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 eadf96f commit 8d7f960Copy full SHA for 8d7f960
.github/workflows/ci.yaml
@@ -225,6 +225,9 @@ jobs:
225
- target: powerpc64le-unknown-linux-musl
226
env:
227
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
231
# FIXME(ppc): SIGILL running tests, see
232
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
233
# - target: powerpc-unknown-linux-gnu
0 commit comments