We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that the make -C go fuzz-build target doesn't actually build in latest master, but for some reason CI is passing despite the build errors.
make -C go fuzz-build
The text was updated successfully, but these errors were encountered:
Some failures seems to be due to dvyukov/go-fuzz#294 on Go 1.15.
Sorry, something went wrong.
The makefile changes are in #3373, but for the go-fuzz bug we'll need to wait. Until then, the pipeline step has a soft_fail.
soft_fail
It seems upstream has been fixed.
Successfully merging a pull request may close this issue.
It seems that the
make -C go fuzz-build
target doesn't actually build in latest master, but for some reason CI is passing despite the build errors.The text was updated successfully, but these errors were encountered: