Skip to content

Commit ebd9be1

Browse files
committed
Enable testing against MPFR on windows-gnu
1 parent 7ccb126 commit ebd9be1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@ esac
218218
case "$target" in
219219
# MSVC cannot link MPFR
220220
*windows-msvc*) ;;
221-
# FIXME: MinGW should be able to build MPFR, but setup in CI is nontrivial.
222-
*windows-gnu*) ;;
223221
# Targets that aren't cross compiled in CI work fine
222+
*windows-gnu*) mflags+=(--features libm-test/build-mpfr) ;;
224223
aarch64*apple*) mflags+=(--features libm-test/build-mpfr) ;;
225224
aarch64*linux*) mflags+=(--features libm-test/build-mpfr) ;;
226225
i586*) mflags+=(--features libm-test/build-mpfr --features gmp-mpfr-sys/force-cross) ;;

0 commit comments

Comments
 (0)