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.
1 parent 7ccb126 commit ebd9be1Copy full SHA for ebd9be1
ci/run.sh
@@ -218,9 +218,8 @@ esac
218
case "$target" in
219
# MSVC cannot link MPFR
220
*windows-msvc*) ;;
221
- # FIXME: MinGW should be able to build MPFR, but setup in CI is nontrivial.
222
- *windows-gnu*) ;;
223
# Targets that aren't cross compiled in CI work fine
+ *windows-gnu*) mflags+=(--features libm-test/build-mpfr) ;;
224
aarch64*apple*) mflags+=(--features libm-test/build-mpfr) ;;
225
aarch64*linux*) mflags+=(--features libm-test/build-mpfr) ;;
226
i586*) mflags+=(--features libm-test/build-mpfr --features gmp-mpfr-sys/force-cross) ;;
0 commit comments