me
/
guix
Archived
1
0
Fork 0

Revert "gnu: subversion: Tentatively reinstate parallel tests."

This reverts commit 54ee868cbe.
master
Maxim Cournoyer 2023-03-30 22:56:01 -04:00
parent d4683547e8
commit 4f49d03149
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 0 deletions

View File

@ -2020,6 +2020,10 @@ following features:
(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