Revert "gnu: subversion: Tentatively reinstate parallel tests."
This reverts commit 54ee868cbe
.
master
parent
d4683547e8
commit
4f49d03149
|
@ -2020,6 +2020,10 @@ following features:
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(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")
|
#:configure-flags #~(list "--enable-static=no")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue