File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ case "$target" in
207
207
* thumb* ) mflags+=(--exclude musl-math-sys) ;;
208
208
209
209
# We can build musl on MinGW but running tests gets a stack overflow
210
- * windows-gnu* ) ;;
210
+ * windows-gnu* ) mflags+=(--exclude musl-math-sys) ;;
211
211
# FIXME(#309): LE PPC crashes calling the musl version of some functions. It
212
212
# seems like a qemu bug but should be investigated further at some point.
213
213
# See <https://github.com/rust-lang/libm/issues/309>.
@@ -223,7 +223,7 @@ case "$target" in
223
223
# MSVC cannot link MPFR
224
224
* windows-msvc* ) ;;
225
225
# Targets that aren't cross compiled in CI work fine
226
- i686-pc-windows-gnu) mflags+=(--features libm-test/build-mpfr --features gmp-mpfr-sys/force-cross) ;;
226
+ i686-pc-windows-gnu) mflags+=(--features libm-test/build-mpfr --features gmp-mpfr-sys/force-cross,gmp-mpfr-sys/c-no-tests ) ;;
227
227
* windows-gnu* ) mflags+=(--features libm-test/build-mpfr) ;;
228
228
aarch64* apple* ) mflags+=(--features libm-test/build-mpfr) ;;
229
229
aarch64* linux* ) mflags+=(--features libm-test/build-mpfr) ;;
You can’t perform that action at this time.
0 commit comments