Skip to content

Commit 49c5419

Browse files
committed
Auto merge of #2954 - JohnTitor:ignore-i686-android, r=JohnTitor
Ignore `i686-linux-android` on bors Signed-off-by: Yuki Okushi <[email protected]> r? `@ghost`
2 parents fe4f6d7 + 424a589 commit 49c5419

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/bors.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@ jobs:
134134
arm-unknown-linux-gnueabihf,
135135
arm-unknown-linux-musleabihf,
136136
asmjs-unknown-emscripten,
137-
i686-linux-android,
137+
# FIXME: Started to fail since 2022-10-10:
138+
# error: linking with `i686-linux-android-gcc` failed: exit status: 1
139+
# ld: error: cannot find -lunwind
140+
# i686-linux-android,
138141
i686-unknown-linux-musl,
139142
mips-unknown-linux-gnu,
140143
mips-unknown-linux-musl,
@@ -155,7 +158,10 @@ jobs:
155158
#wasm32-wasi,
156159
sparc64-unknown-linux-gnu,
157160
wasm32-unknown-emscripten,
158-
x86_64-linux-android,
161+
# FIXME: Started to fail since 2022-10-10:
162+
# error: linking with `x86_64-linux-android-gcc` failed: exit status: 1
163+
# ld: error: cannot find -lunwind
164+
# x86_64-linux-android,
159165
x86_64-unknown-linux-gnux32,
160166
x86_64-unknown-linux-musl,
161167
# FIXME: It seems some items in `src/unix/mod.rs`

0 commit comments

Comments
 (0)