Skip to content

Commit a3f16ee

Browse files
committed
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`
2 parents fe4f6d7 + 82d3f19 commit a3f16ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bors.yml

Lines changed: 4 additions & 1 deletion
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,

0 commit comments

Comments
 (0)