@@ -208,34 +208,25 @@ jobs:
208208 - run : rustup component add rust-src
209209 - run : cargo check -Z build-std --target x86_64-unknown-openbsd --all-targets --features=all-apis
210210 - 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
213212 - 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
219215 # 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
224218 # Temporarily disable riscv32imc-esp-espidf due to std using SOMAXCONN.
225219 # - run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
226220 - run : cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
227221 - run : cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
228222 # 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
231224 # Temporarily disable armv7-sony-vita-newlibeabihf due to std using SOMAXCONN.
232225 # - run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
233226 # `std` doesn't appear to build on AIX yet, so test in `no_std` mode.
234227 - 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
239230
240231
241232 test :
0 commit comments