Skip to content

Commit d7952a5

Browse files
committed
Auto merge of #1255 - gnzlbg:android_fail, r=gnzlbg
Temporarily allow Android build jobs to fail These are still too brittle for some reason.
2 parents 66d96b9 + 65a00c3 commit d7952a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ matrix:
189189
stage: tier2
190190

191191
allow_failures:
192+
# FIXME: android build bots time out irregularly
193+
- env: TARGET=aarch64-linux-android
194+
- env: TARGET=arm-linux-androideabi
192195
# FIXME: https://github.com/rust-lang/libc/issues/1226
193196
- env: TARGET=asmjs-unknown-emscripten
194197
- env: TARGET=wasm32-unknown-emscripten

0 commit comments

Comments
 (0)