Skip to content

Commit a440c37

Browse files
committed
Disable mips MSA builds - I dont think they can ever work except for the r6 targets
1 parent 71ce4c3 commit a440c37

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ci/run.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,11 @@ case ${TARGET} in
8787
#export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+simd128,+unimplemented-simd128"
8888
#cargo_test "--release --no-run"
8989
;;
90-
mips-*gnu* | mipsel-*gnu*)
91-
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+msa,+fp64,+mips32r5"
92-
cargo_test "--release"
93-
;;
90+
# FIXME: don't build anymore
91+
#mips-*gnu* | mipsel-*gnu*)
92+
# export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+msa,+fp64,+mips32r5"
93+
# cargo_test "--release"
94+
# ;;
9495
mips64*)
9596
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+msa"
9697
cargo_test "--release"

0 commit comments

Comments
 (0)