Skip to content
Snippets Groups Projects
Commit 65a00c39 authored by gnzlbg's avatar gnzlbg
Browse files

Temporarily allow Android build jobs to fail

parent a8a817a0
No related branches found
No related tags found
No related merge requests found
...@@ -189,6 +189,9 @@ matrix: ...@@ -189,6 +189,9 @@ matrix:
stage: tier2 stage: tier2
allow_failures: 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 # FIXME: https://github.com/rust-lang/libc/issues/1226
- env: TARGET=asmjs-unknown-emscripten - env: TARGET=asmjs-unknown-emscripten
- env: TARGET=wasm32-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