File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,8 @@ jobs:
116
116
i686-unknown-linux-musl,
117
117
mips-unknown-linux-gnu,
118
118
mips-unknown-linux-musl,
119
- # FIXME: Disabled because of the `relocation truncated to fit` error
120
- # mips64-unknown-linux-gnuabi64,
121
- # mips64el-unknown-linux-gnuabi64,
119
+ mips64-unknown-linux-gnuabi64,
120
+ mips64el-unknown-linux-gnuabi64,
122
121
mipsel-unknown-linux-musl,
123
122
powerpc-unknown-linux-gnu,
124
123
powerpc64-unknown-linux-gnu,
Original file line number Diff line number Diff line change @@ -121,10 +121,6 @@ else
121
121
122
122
cargo test $opt --manifest-path libc-test/Cargo.toml --target " ${TARGET} "
123
123
124
- # FIXME: Somehow it now emits errors like:
125
- # `relocation truncated to fit: R_MIPS_GOT_DISP against `fchmod@@GLIBC_2.0'`
126
- if [ " $TARGET " != " mips64el-unknown-linux-gnuabi64" ] && [ " $TARGET " != " mips64-unknown-linux-gnuabi64" ]; then
127
124
cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
128
125
--target " ${TARGET} "
129
- fi
130
126
fi
You can’t perform that action at this time.
0 commit comments