8000 skip tests since they fail without getrusage · rust-lang/compiler-builtins@8095206 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8095206

Browse files
committed
skip tests since they fail without getrusage
1 parent 2cae48c commit 8095206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) ;;

0 commit comments

Comments
 (0)
0