We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa96301 commit 8a618d0Copy full SHA for 8a618d0
.github/workflows/bors.yml
@@ -130,15 +130,11 @@ jobs:
130
# aarch64-linux-android,
131
aarch64-unknown-linux-gnu,
132
aarch64-unknown-linux-musl,
133
- # FIXME: The emulator gets stuck.
134
- # arm-linux-androideabi,
+ arm-linux-androideabi,
135
arm-unknown-linux-gnueabihf,
136
arm-unknown-linux-musleabihf,
137
asmjs-unknown-emscripten,
138
- # FIXME: Started to fail since 2022-10-10:
139
- # error: linking with `i686-linux-android-gcc` failed: exit status: 1
140
- # ld: error: cannot find -lunwind
141
- # i686-linux-android,
+ i686-linux-android,
142
i686-unknown-linux-musl,
143
mips-unknown-linux-gnu,
144
mips-unknown-linux-musl,
0 commit comments