mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
Revert "gnu: subversion: Tentatively reinstate parallel tests."
This reverts commit 54ee868cbe
.
This commit is contained in:
parent
d4683547e8
commit
4f49d03149
1 changed files with 4 additions and 0 deletions
|
@ -2020,6 +2020,10 @@ (define-public subversion
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; Running the tests in parallel causes test failures on i686-linux.
|
||||
;; The issue was reported to users@subversion.apache.org, as suggested
|
||||
;; at https://subversion.apache.org/reporting-issues.
|
||||
#:parallel-tests? #f
|
||||
#:configure-flags #~(list "--enable-static=no")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue