Skip to content

Commit

Permalink
Disable cross build/tests on Android
Browse files Browse the repository at this point in the history
Cross is currently broken on Android, see cross-rs/cross#1222

The bug is fixed on master, but a new release of cross hasn't come out
yet.

Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Mar 24, 2023
1 parent 41cc07a commit 6cd1a12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ jobs:
matrix:
target: [
aarch64-unknown-linux-gnu,
aarch64-linux-android,
# TODO: add Android tests back when the cross cuts a new release.
# See: https://github.com/cross-rs/cross/issues/1222
# aarch64-linux-android,
mips-unknown-linux-gnu,
wasm32-unknown-emscripten,
]
Expand Down

0 comments on commit 6cd1a12

Please sign in to comment.