Skip to content

Commit 7790fe4

Browse files
committed
Temporarily disable --target=aarch64-linux-android --all-targets in CI.
1 parent 077e7c6 commit 7790fe4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ jobs:
114114
- run: cargo check --workspace --release -vv --features=all-apis --all-targets
115115
- run: cargo check --workspace --release -vv --features=use-libc,all-apis --all-targets
116116
- run: cargo check --workspace --release -vv --features=linux_latest,all-apis --all-targets
117-
- run: cargo check --workspace --release -vv --target=aarch64-linux-android --all-targets
117+
# Temporarily disable, as it depends on `aarch64-linux-android-clang`
118+
# being installed and we don't currently have it installed.
119+
# - run: cargo check --workspace --release -vv --target=aarch64-linux-android --all-targets
118120
- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-musl --features=all-apis --all-targets
119121
- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-musl --features=use-libc,all-apis --all-targets
120122
- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-gnux32 --features=all-apis --all-targets

0 commit comments

Comments
 (0)