We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ce4c3 commit a440c37Copy full SHA for a440c37
ci/run.sh
@@ -87,10 +87,11 @@ case ${TARGET} in
87
#export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+simd128,+unimplemented-simd128"
88
#cargo_test "--release --no-run"
89
;;
90
- mips-*gnu* | mipsel-*gnu*)
91
- export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+msa,+fp64,+mips32r5"
92
- cargo_test "--release"
93
- ;;
+ # FIXME: don't build anymore
+ #mips-*gnu* | mipsel-*gnu*)
+ # export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+msa,+fp64,+mips32r5"
+ # cargo_test "--release"
94
+ # ;;
95
mips64*)
96
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+msa"
97
cargo_test "--release"
0 commit comments