summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-10-12 23:15:28 +0000
committerbors <bors@rust-lang.org>2022-10-12 23:15:28 +0000
commit80b2ede6770c52621f9c9f5488a6385f39f0e30f (patch)
tree257c55ad55129b69beb277d1fc712b4689177c70
parent88b2ed287f27a453d623e91517d7973a586a203f (diff)
parentc04ecd499de3c084579045e4278830b8c0213292 (diff)
downloadrust-libc-80b2ede6770c52621f9c9f5488a6385f39f0e30f.tar.gz
Auto merge of #2959 - JohnTitor:exclude-more-android, r=JohnTitor
Ignore `arm-linux-androideabi` on bors r? `@ghost` Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-rw-r--r--.github/workflows/bors.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index 89850c8cc4..116a01b05e 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -130,7 +130,8 @@ jobs:
# aarch64-linux-android,
aarch64-unknown-linux-gnu,
aarch64-unknown-linux-musl,
- arm-linux-androideabi,
+ # FIXME: The emulator gets stuck.
+ # arm-linux-androideabi,
arm-unknown-linux-gnueabihf,
arm-unknown-linux-musleabihf,
asmjs-unknown-emscripten,