summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-10-10 03:53:55 +0000
committerbors <bors@rust-lang.org>2022-10-10 03:53:55 +0000
commit49c5419b3ab896bb37e2cb9dad0d0bd04dff130b (patch)
treefb944fbb38f8d20d95430e54d38935f4a25ed25c
parentfe4f6d7bcf0a011299e790723c11b0e305603e9f (diff)
parent424a5892ea9ea5978d4572fe31cfeb1ac6d01d1c (diff)
downloadrust-libc-49c5419b3ab896bb37e2cb9dad0d0bd04dff130b.tar.gz
Auto merge of #2954 - JohnTitor:ignore-i686-android, r=JohnTitor
Ignore `i686-linux-android` on bors Signed-off-by: Yuki Okushi <jtitor@2k36.org> r? `@ghost`
-rw-r--r--.github/workflows/bors.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index fc9a5b6ec3..89850c8cc4 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -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,
@@ -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`