File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,10 @@ jobs:
134
134
arm-unknown-linux-gnueabihf,
135
135
arm-unknown-linux-musleabihf,
136
136
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,
138
141
i686-unknown-linux-musl,
139
142
mips-unknown-linux-gnu,
140
143
mips-unknown-linux-musl,
@@ -155,7 +158,10 @@ jobs:
155
158
# wasm32-wasi,
156
159
sparc64-unknown-linux-gnu,
157
160
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,
159
165
x86_64-unknown-linux-gnux32,
160
166
x86_64-unknown-linux-musl,
161
167
# FIXME: It seems some items in `src/unix/mod.rs`
You can’t perform that action at this time.
0 commit comments