-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Meson to 1.5.0 #1424
Update Meson to 1.5.0 #1424
Conversation
I've seen some `-undefined` not supported when trying to build worker tests with Address Sanitizer in macOS (which is not supported anyway) and it went away updating Meson to 1.4.1, so why not?
Another relevant thing: I see this logs when building
I see this: mesonbuild/meson#764
I've added that argument c8e6af4 but CI also fails: https://github.com/versatica/mediasoup/actions/runs/9820251862/job/27114630579?pr=1424 |
Haven't tinkered with Meson for a while, but if you see unexpected CI issues, their Matrix channel is quite active, worth asking them why things worked in 1.3.1 and do not work in 1.4.1 even though it was supposed to be backwards compatible. |
@jmillan, I've updated the PR description with the CI result using all newer versions of Meson. Nothing valuable IMHO. We need to ask Meson devs. |
Something I wanna check:
Logs in CI (example: https://github.com/versatica/mediasoup/actions/runs/9978006980/job/27573934209?pr=1424) show this:
Is there any chance for source code not being compiled from scratch (so |
Surprise coming. |
I've seen some
-undefined not supported
error when trying to build worker tests with Address Sanitizer in macOS (which is not supported anyway) and it went away after updating Meson.