We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mips64(el)-unknown-linux-gnuabi64
1 parent 7b0b5f8 commit 1a87675Copy full SHA for 1a87675
ci/run.sh
@@ -121,10 +121,6 @@ else
121
122
cargo test $opt --manifest-path libc-test/Cargo.toml --target "${TARGET}"
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
cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
128
--target "${TARGET}"
129
- fi
130
fi
0 commit comments