-
Notifications
You must be signed in to change notification settings - Fork 181
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: Fix build #810
fuzz: Fix build #810
Conversation
The last two builds for rhai have failed on oss-fuzz https://oss-fuzz-build-logs.storage.googleapis.com/index.html#rhai This is my fault, I didn't properly |
I tested all this locally and it's building fine again. I've also (hopefully) fixed up the oss-fuzz github action in #811 |
@silvergasp For reasons I don't understand, the fuzz build has been failing for months now... and it seems that all other projects in OSS-Fuzz have been failing. Can you possibly look into this matter? |
Sure I'll take a look now. |
Fixed in google/oss-fuzz#12409 Sorry I didn't catch this earlier, I don't receive notifications for failing builds. |
Strange that most of the projects have builds that are failing... |
@nathaniel-brough sorry to bother you... but some of the fuzz builds have been failing again... not sure what it is. https://oss-fuzz-build-logs.storage.googleapis.com/log-c636c89b-2c30-40a9-910f-3739bae67bdd.txt |
Looks like it's related to code-coverage reports. So fuzzing should still be working fine, it's just that code-coverage isn't being collected. Unless you are using the coverage reports you can safely ignore that build failure. Never the less, I'll see if I can trouble shoot and get back to you. |
Great! No wonder it looks like all the builds are ok but then it still keeps telling me something is failing... |
No description provided.