mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: telepathy-glib: Reinstate parallel tests.
The package successfully built 10 times in a row using 32 cores, so the issue is presumed resolved. * gnu/packages/glib.scm (telepathy-glib) [#:parallel-tests?]: Delete argument. Change-Id: I6ed5fa969bba65d20a0130f01e3983d3dbb77f62
This commit is contained in:
@@ -1162,11 +1162,6 @@ libraries. Examples include gtk+, webkit, libsoup and many more.")
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-vala-bindings")
|
||||
;; When spawned in parallel, the dbus daemons may fail to shut down
|
||||
;; cleanly. This issue appears to have been closed upstream due to low
|
||||
;; information, but still continues to haunt folks. See also
|
||||
;; <https://gitlab.freedesktop.org/telepathy/telepathy-glib/-/issues/134>.
|
||||
#:parallel-tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-failing-tests
|
||||
|
||||
Reference in New Issue
Block a user