Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Disable libgit2 multi-threading #36

Merged
merged 2 commits into from
Jul 31, 2022
Merged

Disable libgit2 multi-threading #36

merged 2 commits into from
Jul 31, 2022

Commits on Jul 31, 2022

  1. Disable libgit2 multi-threading

    Some users are experiencing segfault issues in Flux controllers
    which seem to be related to internal git2go state processed within a
    background thread.
    Due to the shift into Managed Transport only, the concerns
    around multi-threading from a libgit2 seem to be less problematic
    than otherwise, as the management  of the transport will
    be handled by Go.
    
    fluxcd/image-automation-controller#339
    https://github.com/libgit2/libgit2/blob/main/docs/threading.md
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    0ac703e View commit details
    Browse the repository at this point in the history
  2. Bump XX version

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    460e3f3 View commit details
    Browse the repository at this point in the history