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

fuzz: Use build script from upstream and fix fuzzers #777

Merged
merged 3 commits into from
Dec 15, 2022

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Dec 14, 2022

Uses the fuzz build script from upstream, to increase test reliability.

A dependency added at fuzzing time upgrades logrus to 1.9.0 which cases the building process to break. By bumping the
dependency Go's MVS won't make further changes later, and therefore fixes the fuzzers.

Relates to fluxcd/flux2#3346.

Paulo Gomes added 3 commits December 14, 2022 22:08
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
A dependency added at fuzzing time upgrades logrus to 1.9.0
which cases the building process to break. By bumping the
dependency Go's MVS won't make further changes later.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
@pjbgf pjbgf added the area/ci CI related issues and pull requests label Dec 14, 2022
@stefanprodan stefanprodan merged commit 2a4ed19 into fluxcd:main Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI related issues and pull requests
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants