@@ -208,34 +208,25 @@ jobs:
208
208
- run : rustup component add rust-src
209
209
- run : cargo check -Z build-std --target x86_64-unknown-openbsd --all-targets --features=all-apis
210
210
- run : cargo check -Z build-std --target mips64-openwrt-linux-musl --all-targets --features=all-apis
211
- # Temporarily disable this because the target appears to have breakage on nightly.
212
- # - run: cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis
211
+ - run : cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis
213
212
- run : cargo check -Z build-std --target sparc-unknown-linux-gnu --all-targets --features=all-apis
214
- # Temporarily disable this because the target appears to have changed and needs
215
- # fixes and we transitively dev-depend on what can be an older version of rustix.
216
- # - run: cargo check -Z build-std --target armv7-unknown-freebsd --all-targets --features=all-apis
217
- # Omit --all-targets on gnu_ilp32 because dev-dependency tempfile depends on an older rustix
218
- - run : cargo check -Z build-std --target aarch64-unknown-linux-gnu_ilp32 --features=all-apis
213
+ - run : cargo check -Z build-std --target armv7-unknown-freebsd --all-targets --features=all-apis
214
+ - run : cargo check -Z build-std --target aarch64-unknown-linux-gnu_ilp32 --all-targets --features=all-apis
219
215
# Omit --all-targets on haiku because not all the tests build yet.
220
- # Temporarily disable this because the target appears to have breakage on nightly.
221
- # - run: cargo check -Z build-std --target x86_64-unknown-haiku --features=all-apis
222
- # Temporarily disable this because the target appears to have breakage on nightly.
223
- # - run: cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
216
+ - run : cargo check -Z build-std --target x86_64-unknown-haiku --features=all-apis
217
+ - run : cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
224
218
# Temporarily disable riscv32imc-esp-espidf due to std using SOMAXCONN.
225
219
# - run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
226
220
- run : cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
227
221
- run : cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
228
222
# Temporarily disable --features=all-apis, which doesn't build yet.
229
- # Temporarily disable this because the target appears to have breakage on nightly.
230
- # - run: cargo check -Z build-std --target=armv6k-nintendo-3ds
223
+ - run : cargo check -Z build-std --target=armv6k-nintendo-3ds
231
224
# Temporarily disable armv7-sony-vita-newlibeabihf due to std using SOMAXCONN.
232
225
# - run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
233
226
# `std` doesn't appear to build on AIX yet, so test in `no_std` mode.
234
227
- run : cargo check -Zbuild-std=core,alloc --target=powerpc64-ibm-aix --features=all-apis --no-default-features
235
- # Disable MIPS entirely for now as it fails with errors like
236
- # "Undefined temporary symbol $BB342_17".
237
- # - run: cargo check -Z build-std --target=mipsel-unknown-linux-gnu --features=all-apis
238
- # - run: cargo check -Z build-std --target=mips64el-unknown-linux-gnuabi64 --features=all-apis
228
+ - run : cargo check -Z build-std --target=mipsel-unknown-linux-gnu --features=all-apis
229
+ - run : cargo check -Z build-std --target=mips64el-unknown-linux-gnuabi64 --features=all-apis
239
230
240
231
241
232
test :
0 commit comments