Skip to content

Commit

Permalink
Auto merge of #2954 - JohnTitor:ignore-i686-android, r=JohnTitor
Browse files Browse the repository at this point in the history
Ignore `i686-linux-android` on bors

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
r? `@ghost`
  • Loading branch information
bors committed Oct 10, 2022
2 parents fe4f6d7 + 424a589 commit b9de676
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/bors.yml
Expand Up @@ -134,7 +134,10 @@ jobs:
arm-unknown-linux-gnueabihf,
arm-unknown-linux-musleabihf,
asmjs-unknown-emscripten,
i686-linux-android,
# FIXME: Started to fail since 2022-10-10:
# error: linking with `i686-linux-android-gcc` failed: exit status: 1
# ld: error: cannot find -lunwind
# i686-linux-android,
i686-unknown-linux-musl,
mips-unknown-linux-gnu,
mips-unknown-linux-musl,
Expand All @@ -155,7 +158,10 @@ jobs:
#wasm32-wasi,
sparc64-unknown-linux-gnu,
wasm32-unknown-emscripten,
x86_64-linux-android,
# FIXME: Started to fail since 2022-10-10:
# error: linking with `x86_64-linux-android-gcc` failed: exit status: 1
# ld: error: cannot find -lunwind
# x86_64-linux-android,
x86_64-unknown-linux-gnux32,
x86_64-unknown-linux-musl,
# FIXME: It seems some items in `src/unix/mod.rs`
Expand Down

0 comments on commit b9de676

Please sign in to comment.