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
207207 * thumb* ) mflags+=(--exclude musl-math-sys) ;;
208208
209209 # We can build musl on MinGW but running tests gets a stack overflow
210- * windows-gnu* ) ;;
210+ * windows-gnu* ) mflags+=(--exclude musl-math-sys) ;;
211211 # FIXME(#309): LE PPC crashes calling the musl version of some functions. It
212212 # seems like a qemu bug but should be investigated further at some point.
213213 # See <https://github.com/rust-lang/libm/issues/309>.
@@ -223,7 +223,7 @@ case "$target" in
223223 # MSVC cannot link MPFR
224224 * windows-msvc* ) ;;
225225 # 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 ) ;;
227227 * windows-gnu* ) mflags+=(--features libm-test/build-mpfr) ;;
228228 aarch64* apple* ) mflags+=(--features libm-test/build-mpfr) ;;
229229 aarch64* linux* ) mflags+=(--features libm-test/build-mpfr) ;;
You can’t perform that action at this time.
0 commit comments