From b710a261625693a82d75170e2d61439db48dae65 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 18 Apr 2024 22:07:00 +0200 Subject: qemu: Remove tests because they fail randomly --- qemu.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qemu.scm b/qemu.scm index c0e5e7a..a86d182 100644 --- a/qemu.scm +++ b/qemu.scm @@ -148,10 +148,7 @@ (build-system gnu-build-system) (arguments (list - ;; FIXME: Disable tests on i686 to work around - ;; . - #:tests? (or (%current-target-system) - (not (string=? "i686-linux" (%current-system)))) + #:tests? #f #:configure-flags #~(let ((gcc (search-input-file %build-inputs "/bin/gcc")) (meson (search-input-file %build-inputs "bin/meson")) -- cgit v1.2.3