-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ci: switch back to meson-0.56.2 #18590
Conversation
It seems there is another meson (0.57.0) regression preventing clang from building systemd with --optimization=3 -Db_lto=true By analogy with google/oss-fuzz#5199 let's just switch to 0.56.2 for the time being
Also, the root of your problem is using |
CIFuzz/Fuzzing series are still failed... But clang tests are now green. Merging. |
Thanks for tracking this down, noticed the same issue in today's Arch Linux image update (with meson 0.57.0). I guess I'll have to pin the version there as well for the time being. |
Looks like google/oss-fuzz#5199 wasn't merged at the time. Now that it's there, CIFuzz should be green.
@mrc0mmand given that |
Good point, I'll check if it's enough to keep the latest meson running there. |
@evverx after a closer look the issue is somewhere else (in CentOS CI's case): 0.56.2
0.57.0
|
Looks like another meson regression. It would be great if you could report it :-) I'm not sure why it hasn't been caught by GHActions. Could it be that |
Will do.
This was in the Arch Linux job with |
@mrc0mmand thanks!
I seem to have forgotten that CentOS CI is actually CentOS on steroids :-) |
It seems there is another meson (0.57.0) regression preventing clang from
building systemd with --optimization=3 -Db_lto=true
By analogy with google/oss-fuzz#5199 let's just switch
to 0.56.2 for the time being