diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-20 13:31:13 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-20 14:00:22 +0900 |
| commit | df4cac9a5252cf4c3cab4f697b237d94e8b4dd26 (patch) | |
| tree | 8dca3b39f1c726dcb54e90dfd9ee843bbbd7c2ef /gnu/packages | |
| parent | 851058946fb302446ab14666fc9b7ffb23fdc2a1 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 1 insertions, 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.") | |||
| 4215 | ''("--with-libunwind" | 4215 | ''("--with-libunwind" |
| 4216 | ;; Don't fail if the architecture doesn't support different | 4216 | ;; Don't fail if the architecture doesn't support different |
| 4217 | ;; personalities. | 4217 | ;; personalities. |
| 4218 | "--enable-mpers=check") | 4218 | "--enable-mpers=check"))) |
| 4219 | ;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32459>. | ||
| 4220 | #:parallel-tests? #f)) ; undeterministic failures | ||
| 4221 | (inputs (list libunwind)) | 4219 | (inputs (list libunwind)) |
| 4222 | (native-inputs | 4220 | (native-inputs |
| 4223 | (list autoconf | 4221 | (list autoconf |
