On Wed, Nov 15, 2023 at 03:09:28AM +0000, Eric Wong wrote: > > t/imapd.t .................... 2/? Bailout called. Further testing > > stopped: FETCH socket closed while reading data from server > > FAILED--Further testing stopped: FETCH socket closed while reading data > > from server > > make: *** [test_dynamic] Error 255 > > > > This one looks odd but I do see it happen every time I run the test. > > Both are actually related to our libgit2 support. Working on a > fix now since I didn't have libgit2 installed. > > But I'm hesitant to do much with libgit2 since -extindex has > basically made it obsolete scalability-wise. Fwiw, both major > commercial git hosts are ditching libgit2: > > https://public-inbox.org/git/ZRrfN2lbg14IOLiK@nand.local/
I'm quite happy to not require libgit2 -- I've always found it easier to just use git plumbing commands even if this requires exec'ing an external executable. -K