-
-
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
Do not run test-asan-undefined in CI Linux GCC and upgrade abseil-cpp to 20240722.0 LTS #1457
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me if CI passes
This is insane, no idea what to do about this: https://github.com/versatica/mediasoup/actions/runs/11161680552/job/31024743216?pr=1457 |
I think this command needs the Db_sanitize flag removed:
Here
|
Good catch, will fix later. |
Later means next week, but it will happen. |
CI is green after suggested changes. Thanks @garrettboone. Will release a version soon. |
Details
test-asan-undefined
in Linux with GCC due to a bug in GCC that affects abseil-cpp: [Bug]: Constexpr expansion compilation error with GCC's UndefinedBehaviorSanitizer abseil/abseil-cpp#1634