Skip to content

Commit 5cfb601

Browse files
Add checks to CI for armeb-unknown-linux-gnueabi and aarch64_be-unknown-linux-gnu
1 parent dd88487 commit 5cfb601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ jobs:
218218
# See the comments in the libc crate
219219
RUSTFLAGS: -A improper_ctypes_definitions --cfg criterion
220220
- 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
221223
- run: cargo check -Z build-std --target x86_64-unknown-openbsd --all-targets --features=all-apis
222224
- run: cargo check -Z build-std --target mips64-openwrt-linux-musl --all-targets --features=all-apis
223225
- run: cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis

0 commit comments

Comments
 (0)