summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-10-10 11:25:43 +0900
committerYuki Okushi <jtitor@2k36.org>2022-10-10 11:49:41 +0900
commit424a5892ea9ea5978d4572fe31cfeb1ac6d01d1c (patch)
treefb944fbb38f8d20d95430e54d38935f4a25ed25c /.github
parentfe4f6d7bcf0a011299e790723c11b0e305603e9f (diff)
downloadrust-libc-424a5892ea9ea5978d4572fe31cfeb1ac6d01d1c.tar.gz
Ignore Android targets on bors
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to '.github')
-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`