-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[tarantool] Enable centipede engine #8990
Conversation
Looks like the build is failing: https://github.com/google/oss-fuzz/actions/runs/3479908728/jobs/5819035559 @alan32liu any ideas why? |
I reckon this is another side-effect of Sometimes that only gives a warning, and other times (e.g., when using |
We just came up with a solution (#9030) to let |
Merged #9030 to master but it seems the new version has not taken effect yet. |
We updated |
Some projects use `-Werror` to turn all warnings into errors. This affects `Centipede` as we do not separate build and linking flags as it expects, which leads to `unused-command-line-argument` warnings. This PR disables turning that specific warning into errors and keeps the rest the same. See [the same PR from OSS-Fuzz](google/oss-fuzz#9030) for more info and [the error in this PR](google/oss-fuzz#8990) for its use case.
Rebased to master branch and force-pushed. |
Seems problem still exist:
https://github.com/google/oss-fuzz/actions/runs/3533878458/jobs/5930078187 |
Thanks, I will have another look at it today. |
Hmm, this looks different:
|
Ah thanks, I just started looking at the errors. This is also new to me, I will see what I can do to fix this. |
Hi @ligurio, we fixed the second error by modifying the CMakeLists.txt. |
Co-authored-by: Dongge Liu <[email protected]>
No description provided.