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

fluxcd: Revert to base-builder-go to fix build #8397

Merged
merged 1 commit into from
Sep 2, 2022
Merged

fluxcd: Revert to base-builder-go to fix build #8397

merged 1 commit into from
Sep 2, 2022

Conversation

pjbgf
Copy link
Contributor

@pjbgf pjbgf commented Sep 2, 2022

The project recently started moving into Go fuzz native, and using the codeintelligencetesting variant is causing the error below:
/usr/local/bin/compile_native_go_fuzzer: line 35: addimport: command not found

Once that is fixed by reinstalling addimport, the resulting fuzzers error with:
ERROR: no interesting inputs were found

This PR reverts #7683 for fluxcd which fixes the issue.

The project recently started moving into Go fuzz native, and using
the codeintelligencetesting variant is causing the error below:
ERROR: no interesting inputs were found

This PR reverts #7683 for fluxcd
which fixes the issue.

Signed-off-by: Paulo Gomes <[email protected]>
@DavidKorczynski DavidKorczynski merged commit 4714950 into google:master Sep 2, 2022
@pjbgf pjbgf deleted the flux-base-builder-go branch September 2, 2022 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants