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 0811a7b commit cfdf7baCopy full SHA for cfdf7ba
.github/workflows/ci.yaml
@@ -207,6 +207,14 @@ jobs:
207
- target: loongarch64-unknown-linux-musl
208
env:
209
RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
210
+ - target: arm-unknown-linux-musleabihf
211
+ env:
212
+ RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
213
+ RUST_LIBC_UNSTABLE_MUSL_TIME64: 1
214
+ - target: i686-unknown-linux-musl
215
216
217
218
# FIXME(ppc): SIGILL running tests, see
219
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
220
# - target: powerpc-unknown-linux-gnu
0 commit comments