Skip to content

Commit daea213

Browse files
committed
Auto merge of #2503 - JohnTitor:skip-sparc, r=JohnTitor
Skip CI on `sparc64-unknown-linux-gnu` for now cc #2502 r? `@ghost`
2 parents fc22d2c + 6248bf6 commit daea213

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)