Skip to content

Commit f1d18c6

Browse files
authored
Rollup merge of #1945 - JohnTitor:sadly-mips64, r=JohnTitor
Disable libc-test for MIPS64 for now
2 parents 419a976 + 6e719f7 commit f1d18c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bors.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ jobs:
116116
i686-unknown-linux-musl,
117117
mips-unknown-linux-gnu,
118118
mips-unknown-linux-musl,
119-
mips64-unknown-linux-gnuabi64,
120-
mips64el-unknown-linux-gnuabi64,
119+
# FIXME: Disabled because of the `relocation truncated to fit` error
120+
# mips64-unknown-linux-gnuabi64,
121+
# mips64el-unknown-linux-gnuabi64,
121122
mipsel-unknown-linux-musl,
122123
powerpc-unknown-linux-gnu,
123124
powerpc64-unknown-linux-gnu,

0 commit comments

Comments
 (0)