summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-04-18 22:07:00 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-04-18 22:07:00 +0200
commitb710a261625693a82d75170e2d61439db48dae65 (patch)
tree2a098c9d860b4bd4ed5e61c8ee04f5be48b80d60
parente8af69296c1c62463214ec770b83fddb5de47a4d (diff)
qemu: Remove tests because they fail randomly
-rw-r--r--qemu.scm5
1 files changed, 1 insertions, 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
- ;; <https://bugs.gnu.org/40527>.
- #: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"))