Skip to content

Commit

Permalink
Auto merge of #2959 - JohnTitor:exclude-more-android, r=JohnTitor
Browse files Browse the repository at this point in the history
Ignore `arm-linux-androideabi` on bors

r? `@ghost`
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
bors committed Oct 12, 2022
2 parents 88b2ed2 + c04ecd4 commit 80b2ede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bors.yml
Expand Up @@ -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,
Expand Down

0 comments on commit 80b2ede

Please sign in to comment.