-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
ffmpeg: Use latest builder #12007
ffmpeg: Use latest builder #12007
Conversation
maflcko has previously contributed to projects/ffmpeg. The previous PR was #11714 |
cc @michaelni can you take a look here, please? When I tried this outside of OSS-Fuzz, it was also failing with |
For reference, to reproduce the link error locally, I used Looks like disabling the asm works around it for now. However, some build issues remain. |
My box here has no clang-18 nor is there a clang-18 package maybe you can post the errors you receive and what you did? |
So far there are two related (?) build issues. clang-16 (and 17, 18) with
|
you should disable asm IF thats what you intend. The fuzzer already should test with and without asm by switching at runtime. So disabling seems not correct. The undefined reference error (and maybe some other errors too) seems to come from a wrong extern_prefix set by configure. I dont need clang-16-18 with ossfuzz :) thx |
The motivation for this change is that for an OSS-Fuzz infra upgrade, all projects should be compiled with at least clang-18. I took another look and it seems that the first error happens after clang enabled Though, that still doesn't fix the second error. |
Closing in favour of #12211 |
No description provided.