Skip to content

Commit bc2bc23

Browse files
committed
Disable x86_64-unknown-linux-gnux32 CI
1 parent d932464 commit bc2bc23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ jobs:
156156
sparc64-unknown-linux-gnu,
157157
wasm32-unknown-emscripten,
158158
x86_64-linux-android,
159-
x86_64-unknown-linux-gnux32,
159+
# FIXME: Exec format error (os error 8)
160+
#x86_64-unknown-linux-gnux32,
160161
x86_64-unknown-linux-musl,
161162
# FIXME: It seems some items in `src/unix/mod.rs`
162163
# aren't defined on redox actually.

0 commit comments

Comments
 (0)