We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mips64(el)-unknown-linux-gnuabi64
1 parent f57b285 commit 7aa6026Copy full SHA for 7aa6026
ci/run.sh
@@ -121,6 +121,10 @@ 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