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 dd88487 commit 5cfb601Copy full SHA for 5cfb601
.github/workflows/main.yml
@@ -218,6 +218,8 @@ jobs:
218
# See the comments in the libc crate
219
RUSTFLAGS: -A improper_ctypes_definitions --cfg criterion
220
- run: rustup component add rust-src
221
+ - run: cargo check -Z build-std --target=armeb-unknown-linux-gnueabi --all-targets --features=all-apis
222
+ - run: cargo check -Z build-std --target=aarch64_be-unknown-linux-gnu --all-targets --features=all-apis
223
- run: cargo check -Z build-std --target x86_64-unknown-openbsd --all-targets --features=all-apis
224
- run: cargo check -Z build-std --target mips64-openwrt-linux-musl --all-targets --features=all-apis
225
- run: cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis
0 commit comments