Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit a49eb69

Browse files
committed
force cross
1 parent ecf96ad commit a49eb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ case "$target" in
4747
x86_64*) extra_flags="$extra_flags --features libm-test/test-multiprecision" ;;
4848
# i686 works fine, i586 does not
4949
i686*) extra_flags="$extra_flags --features libm-test/test-multiprecision" ;;
50-
i586*) extra_flags="$extra_flags --features libm-test/test-multiprecision" ;;
50+
i586*) extra_flags="$extra_flags --features libm-test/test-multiprecision --features rug/force-cross" ;;
5151
# Apple aarch64 is native
5252
aarch64*apple*) extra_flags="$extra_flags --features libm-test/test-multiprecision" ;;
5353
esac

0 commit comments

Comments
 (0)