diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2023-01-26 15:16:54 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-26 15:16:54 +0100 |
| commit | 0e480ca7b60428a62fc4681d7aca6c7c067add42 (patch) | |
| tree | 146c8f2449e1f75a4fb0091b21e57528fe583461 /gnu/packages/ci.scm | |
| parent | 230de2e94b0041c5b6212449334f7c2d6254768a (diff) | |
gnu: guile: Update to 3.0.9.
* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.9.
* gnu/packages/package-management.scm (guix-for-cuirass): Remove.
* gnu/packages/ci.scm (cuirass)[inputs]: Replace 'guix-for-cuirass' with
'guix'.
* gnu/packages/patches/guile-continuation-stack-leak.patch,
gnu/packages/patches/guile-cross-compilation.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove them.
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 b78e8b739b3..4380f327be0 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm | |||
| @@ -166,13 +166,7 @@ | |||
| 166 | ;; the inputs to add it to GUILE_LOAD_PATH. | 166 | ;; the inputs to add it to GUILE_LOAD_PATH. |
| 167 | guile-bytestructures | 167 | guile-bytestructures |
| 168 | 168 | ||
| 169 | ;; FIXME: The 'cuirass evaluate' command is multithreaded, but it | 169 | guix)) |
| 170 | ;; uses 'open-inferior', which calls 'primitive-fork', thus | ||
| 171 | ;; potentially creating child processes that deadlock. To work | ||
| 172 | ;; around that, use the last revision of Guix where | ||
| 173 | ;; 'open-inferior' was using 'open-pipe*' rather than | ||
| 174 | ;; 'primitive-fork'. See <https://issues.guix.gnu.org/55441>. | ||
| 175 | guix-for-cuirass)) | ||
| 176 | (native-inputs | 170 | (native-inputs |
| 177 | (list autoconf automake pkg-config texinfo ephemeralpg)) | 171 | (list autoconf automake pkg-config texinfo ephemeralpg)) |
| 178 | (native-search-paths | 172 | (native-search-paths |
