From df4cac9a5252cf4c3cab4f697b237d94e8b4dd26 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 20 Nov 2025 13:31:13 +0900 Subject: gnu: strace: Reinstate parallel tests. The test suite takes a long time otherwise, and we're a couple major versions after the original issue was opened many years ago. Built 10 times without issue with 32 cores. * gnu/packages/linux.scm (strace) [#:parallel-tests?]: Delete argument. Change-Id: I15e327fc9e41918c73af3c8e398f9174a30f3156 --- gnu/packages/linux.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8145e401de1..369eafa095d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4215,9 +4215,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.") ''("--with-libunwind" ;; Don't fail if the architecture doesn't support different ;; personalities. - "--enable-mpers=check") - ;; See . - #:parallel-tests? #f)) ; undeterministic failures + "--enable-mpers=check"))) (inputs (list libunwind)) (native-inputs (list autoconf -- cgit v1.2.3