Skip to content

Commit 6cd1a12

Browse files
committed
Disable cross build/tests on Android
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 <[email protected]>
1 parent 41cc07a commit 6cd1a12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ jobs:
134134
matrix:
135135
target: [
136136
aarch64-unknown-linux-gnu,
137-
aarch64-linux-android,
137+
# TODO: add Android tests back when the cross cuts a new release.
138+
# See: https://github.com/cross-rs/cross/issues/1222
139+
# aarch64-linux-android,
138140
mips-unknown-linux-gnu,
139141
wasm32-unknown-emscripten,
140142
]

0 commit comments

Comments
 (0)