-
Notifications
You must be signed in to change notification settings - Fork 2.5k
meson: update to 1.8.2 #56014
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
meson: update to 1.8.2 #56014
Conversation
So the thing is that meson 1.8 is not a simple version bump, as indeed noted by the fact that 1.8.2 has many regression fixes for 1.8.0 ... many, but not all. There are more outstanding regressions. Downstream users will have to decide for themselves how much those issues affect them, I suppose. |
|
most things look fine build wise, 2 look like meson issues meson
some changed urls/checksums build / url changes
gccnot sure if these build but assume they would |
|
was going to update mesa #56345 to 25.2.1 but
|
|
There are two possible routes forward here:
Please do NOT use 1.8.2 at this point. |
|
Superseded by #57635, and upstream considers this version a dead letter anyway. |
Testing the changes
I tested the changes in this PR: YES (working on my own project that uses meson right now, and I confirmed I now have the bugfixes from the new version)
I built this PR locally for my native architecture, x86_64-glibc
I did not build this PR locally for other architectures, because meson is 100% written in Python (famous for being a scripting language), and it's a simple version bump.