Skip to content
Snippets Groups Projects
Commit d7952a55 authored by bors's avatar bors
Browse files

Auto merge of #1255 - gnzlbg:android_fail, r=gnzlbg

Temporarily allow Android build jobs to fail

These are still too brittle for some reason.
parents 66d96b98 65a00c39
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,9 @@ matrix:
stage: tier2
allow_failures:
# FIXME: android build bots time out irregularly
- env: TARGET=aarch64-linux-android
- env: TARGET=arm-linux-androideabi
# FIXME: https://github.com/rust-lang/libc/issues/1226
- env: TARGET=asmjs-unknown-emscripten
- env: TARGET=wasm32-unknown-emscripten
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment