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

Fix error when building with CGO_ENABLED=0 #625

Merged
merged 2 commits into from Dec 11, 2022

Commits on Dec 2, 2022

  1. build: Add CI check for CGO_ENABLED=0

    Some applications that depend on go-git may not need
    to build using CGO. The new test ensures no new
    regressions going forwards.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 2, 2022
    Copy the full SHA
    a0b612a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. build: Bump github.com/pjbgf/sha1cd to v0.2.3

    Fixes regression in which applications that depend on
    go-git could no longer build with CGO_ENABLED=0
    or when vendoring dependencies.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 3, 2022
    Copy the full SHA
    223e732 View commit details
    Browse the repository at this point in the history