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.
x86_64-unknown-linux-gnux32
1 parent d932464 commit bc2bc23Copy full SHA for bc2bc23
.github/workflows/bors.yml
@@ -156,7 +156,8 @@ jobs:
156
sparc64-unknown-linux-gnu,
157
wasm32-unknown-emscripten,
158
x86_64-linux-android,
159
- x86_64-unknown-linux-gnux32,
+ # FIXME: Exec format error (os error 8)
160
+ #x86_64-unknown-linux-gnux32,
161
x86_64-unknown-linux-musl,
162
# FIXME: It seems some items in `src/unix/mod.rs`
163
# aren't defined on redox actually.
0 commit comments