Skip to content

Commit 86ac221

Browse files
committed
musl: time64: test on CI
1 parent d432b51 commit 86ac221

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
@@ -218,6 +218,14 @@ jobs:
218218
- target: loongarch64-unknown-linux-musl
219219
env:
220220
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+
env:
227+
RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1
228+
RUST_LIBC_UNSTABLE_MUSL_TIME64: 1
221229
# FIXME(ppc): SIGILL running tests, see
222230
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
223231
# - target: powerpc-unknown-linux-gnu

0 commit comments

Comments
 (0)