Skip to content

Commit 282e35a

Browse files
committed
Re-enable the musl build on windows-gnu
1 parent 829c4f8 commit 282e35a

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
@@ -122,7 +122,7 @@ case "$target" in
122122
*thumb*) mflags+=(--exclude musl-math-sys) ;;
123123

124124
# We can build musl on MinGW but running tests gets a stack overflow
125-
*windows-gnu*) ;;
125+
# *windows-gnu*) ;;
126126
# FIXME(#309): LE PPC crashes calling the musl version of some functions. It
127127
# seems like a qemu bug but should be investigated further at some point.
128128
# See <https://github.com/rust-lang/libm/issues/309>.

0 commit comments

Comments
 (0)