Skip to content

Commit c04ecd4

Browse files
committed
Ignore arm-linux-androideabi on bors
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 88b2ed2 commit c04ecd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ jobs:
130130
# aarch64-linux-android,
131131
aarch64-unknown-linux-gnu,
132132
aarch64-unknown-linux-musl,
133-
arm-linux-androideabi,
133+
# FIXME: The emulator gets stuck.
134+
# arm-linux-androideabi,
134135
arm-unknown-linux-gnueabihf,
135136
arm-unknown-linux-musleabihf,
136137
asmjs-unknown-emscripten,

0 commit comments

Comments
 (0)