Files
Paal Øye-Strømme c719016c24 fix(ci): prevent git tools deadlock in ci
- drain fifo in git blame test to prevent deadlock on Darwin
- added 10-minute timeout to prevent indefinite hanging in CI builds

That fix doesn't eliminate the deadlock completely, but it makes it less probable.
From what I gathered, the reason it is only a Darwin problem, is the difference between
fifo kernel buffer size (8kb vs 64kb) on Darwin and Linux, as well as heavy usage of
fifos for bidirectional communication in git.kak.

Signed-Off-By: Paal Øye-Strømme <paal.o.eye@gmail.com>
2026-03-07 16:15:24 +01:00
..