File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments