Skip to content

Commit 6248bf6

Browse files
committed
Skip CI on sparc64-unknown-linux-gnu for now
1 parent fc22d2c commit 6248bf6

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
@@ -132,7 +132,8 @@ jobs:
132132
# See this comment for more details:
133133
# https://github.com/rust-lang/libc/pull/2225#issuecomment-880696737
134134
#wasm32-wasi,
135-
sparc64-unknown-linux-gnu,
135+
# FIXME: Recent nightly causes a segfault on libc-test
136+
#sparc64-unknown-linux-gnu,
136137
wasm32-unknown-emscripten,
137138
x86_64-linux-android,
138139
x86_64-unknown-linux-gnux32,

0 commit comments

Comments
 (0)