Skip to content

Commit

Permalink
Disable libc-test for MIPS64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Oct 20, 2020
1 parent bc30283 commit 6e719f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ jobs:
i686-unknown-linux-musl,
mips-unknown-linux-gnu,
mips-unknown-linux-musl,
mips64-unknown-linux-gnuabi64,
mips64el-unknown-linux-gnuabi64,
# FIXME: Disabled because of the `relocation truncated to fit` error
# mips64-unknown-linux-gnuabi64,
# mips64el-unknown-linux-gnuabi64,
mipsel-unknown-linux-musl,
powerpc-unknown-linux-gnu,
powerpc64-unknown-linux-gnu,
Expand Down

0 comments on commit 6e719f7

Please sign in to comment.