File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments