diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-27 15:40:10 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-27 15:40:10 +0900 |
commit | 76b79cb7a6e92e553eebea666b9930fab133b15b (patch) | |
tree | f6b4b6c33cb85e303581ee0520a88ae7f280f0ca | |
parent | 3d4081c4b7a59460d9dbc5ace4c83426f387d342 (diff) |
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
-rw-r--r-- | gnu/packages/glib.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 4f0984dcea..2493644c45 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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 |