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

go-git: Fix build issue and auto-discover targets #12963

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

pjbgf
Copy link
Contributor

@pjbgf pjbgf commented Jan 23, 2025

Main changes are:

  • Dynamically find and build all fuzzing targets.
  • Fix current build issues.
  • Cache go dependencies when cloning repositories.
  • Clean up test files by removing structs, global values and comments which were leading to some errors.
  • Expand scope to go-git/go-billy.

The logic for dynamic finding and building fuzzing targets is largely the same as for the fluxcd project.

Requires go-git/go-git#1404 to be merged for building to work again.

Copy link

pjbgf has previously contributed to projects/go-git. The previous PR was #11783

Main changes are:
- Dynamically find and build all fuzzing targets.
- Fix current build issues.
- Cache go dependencies when cloning repositories.
- Clean up test files by removing structs, global values and comments which were leading to some errors.
- Expand scope to go-git/go-billy.

The logic for dynamic finding and building fuzzing
targets is largely the same as for the fluxcd project.

Signed-off-by: Paulo Gomes <pjbgf@linux.com>
@pjbgf pjbgf marked this pull request as ready for review January 23, 2025 13:27
@DavidKorczynski DavidKorczynski merged commit 209cea0 into google:master Jan 23, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants