diff options
author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-25 11:05:17 +0900 |
---|---|---|
committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-25 11:05:17 +0900 |
commit | 003d6effe60296270f38d0d039f83fa8880392cc (patch) | |
tree | 2cbefb1e0a8a85361a0c91bcbe89a17389c39cbd /.github/workflows | |
parent | 1a876755d21d944ace85026fb826f7494fc1c9be (diff) | |
download | rust-libc-003d6effe60296270f38d0d039f83fa8880392cc.tar.gz |
Revert "Disable libc-test for MIPS64 for now"
This reverts commit 6e719f77359d50a843ed0dcde1316b55205848ff.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/bors.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index 6e4f7afeb2..abcc01765e 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -116,9 +116,8 @@ jobs: i686-unknown-linux-musl, mips-unknown-linux-gnu, mips-unknown-linux-musl, - # FIXME: Disabled because of the `relocation truncated to fit` error - # mips64-unknown-linux-gnuabi64, - # mips64el-unknown-linux-gnuabi64, + mips64-unknown-linux-gnuabi64, + mips64el-unknown-linux-gnuabi64, mipsel-unknown-linux-musl, powerpc-unknown-linux-gnu, powerpc64-unknown-linux-gnu, |