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 ce3cb18 commit e6443d8Copy full SHA for e6443d8
.github/workflows/ci.yaml
@@ -218,6 +218,14 @@ jobs:
218
- target: loongarch64-unknown-linux-musl
219
env:
220
RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
221
+ - target: arm-unknown-linux-musleabihf
222
+ env:
223
+ RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
224
+ RUST_LIBC_UNSTABLE_MUSL_TIME64: 1
225
+ - target: i686-unknown-linux-musl
226
227
228
229
# FIXME(ppc): SIGILL running tests, see
230
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
231
# - target: powerpc-unknown-linux-gnu
0 commit comments