me
/
guix
Archived
1
0
Fork 0

gnu: orbit2: Disable parallel tests.

* gnu/packages/gnome.scm (orbit2)[arguments]: Add #:parallel-tests?.
master
Marius Bakke 2020-01-20 19:15:40 +01:00
parent cdba91486a
commit c2d837b943
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 1 deletions

View File

@ -2468,7 +2468,9 @@ functionality was designed to be as reusable and portable as possible.")
"0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
`(;; The "timeout-server" test hangs when run in parallel.
#:parallel-tests? #f
#:configure-flags
'(;; We don't need static libraries, plus they don't build reproducibly
;; (non-deterministic ordering of .o files in the archive.)
"--disable-static"