diff options
author | Yuki Okushi <yuki.okushi@huawei.com> | 2021-11-03 16:24:14 +0900 |
---|---|---|
committer | Yuki Okushi <yuki.okushi@huawei.com> | 2021-11-03 16:24:14 +0900 |
commit | 3e65f555d7483549cdd99d60580141f9a843081b (patch) | |
tree | 5c02f535fed6173a7d89d5bdb3f51c12475dd71a /.github | |
parent | 89d0bd51d991ac1ff41178082999682af057ffee (diff) | |
download | rust-libc-3e65f555d7483549cdd99d60580141f9a843081b.tar.gz |
sparc64: Update debian image to 11 (2021-10-20) to fix segfault on CI
I'm not sure why, but this certainly fixes the segfault.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bors.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index adef44d829..3ad1ef6c13 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -132,8 +132,7 @@ jobs: # See this comment for more details: # https://github.com/rust-lang/libc/pull/2225#issuecomment-880696737 #wasm32-wasi, - # FIXME: Recent nightly causes a segfault on libc-test - #sparc64-unknown-linux-gnu, + sparc64-unknown-linux-gnu, wasm32-unknown-emscripten, x86_64-linux-android, x86_64-unknown-linux-gnux32, |