Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade libgit2 to 1.3.0 and git2go to V33 #573

Merged
merged 5 commits into from
Feb 16, 2022
Merged

Commits on Feb 16, 2022

  1. Bump libgit2 to 1.3.0 and git2go to V33.

    Downstream breaking changes introduced since git2go@V31:
    - git2go.ErrorCode was deprecated in favour of the native error type.
    - FetchOptions no longer expects a pointer, but rather the actual value of git2go.FetchOptions.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f44302e View commit details
    Browse the repository at this point in the history
  2. Add libgit2 checkout test with ED25519 key

    This adds a test to detect any regression in libgit2's ED25519 key
    support. go-git supports ED25519 but not the current version of
    libgit2 used in flux. The updates to libgit2 in v1.2.0 adds support
    for ED25519. This test would help ensure the right version of libgit2
    is used.
    
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e5d032f View commit details
    Browse the repository at this point in the history
  3. Fix make test on arm64 runners

    The environment variables set at the Makefile were causing go install to
    yield a corrupted file for setup-envtest. To fix the issue, such operation
    is now always executed in a clean bash.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    514126c View commit details
    Browse the repository at this point in the history
  4. Update libgit2 attributions

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f0d7a6b View commit details
    Browse the repository at this point in the history
  5. Upgrade libgit2 to libgit2-1.3.0-2

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