diff options
author | Maxim Cournoyer <[email protected]> | 2023-02-08 09:41:45 -0500 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2023-02-08 09:41:45 -0500 |
commit | d88cee1d44a475b6ea276e87a4c98682255b881e (patch) | |
tree | f2e681b5211840d4eef688120041c2dd730002cc /gnu/packages/ci.scm | |
parent | d2b9b4b861b71d11eaeaa12fe544c9ffb0b6644d (diff) | |
parent | 20059f92a97726b40d4d74e67463a64c98d1da0d (diff) |
Merge branch 'master' into staging.
With conflicts resolved in:
gnu/packages/version-control.scm
Diffstat (limited to 'gnu/packages/ci.scm')
-rw-r--r-- | gnu/packages/ci.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index b78e8b739b..4380f327be 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm @@ -166,13 +166,7 @@ ;; the inputs to add it to GUILE_LOAD_PATH. guile-bytestructures - ;; FIXME: The 'cuirass evaluate' command is multithreaded, but it - ;; uses 'open-inferior', which calls 'primitive-fork', thus - ;; potentially creating child processes that deadlock. To work - ;; around that, use the last revision of Guix where - ;; 'open-inferior' was using 'open-pipe*' rather than - ;; 'primitive-fork'. See <https://issues.guix.gnu.org/55441>. - guix-for-cuirass)) + guix)) (native-inputs (list autoconf automake pkg-config texinfo ephemeralpg)) (native-search-paths |