Skip to content

Commit cfdf7ba

Browse files
committed
musl: time64: test on CI
1 parent 0811a7b commit cfdf7ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,14 @@ jobs:
207207
- target: loongarch64-unknown-linux-musl
208208
env:
209209
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+
env:
216+
RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
217+
RUST_LIBC_UNSTABLE_MUSL_TIME64: 1
210218
# FIXME(ppc): SIGILL running tests, see
211219
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
212220
# - target: powerpc-unknown-linux-gnu

0 commit comments

Comments
 (0)