Closed ibc closed 1 month ago
This is insane, no idea what to do about this: https://github.com/versatica/mediasoup/actions/runs/11161680552/job/31024743216?pr=1457
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:
cd "/home/runner/work/mediasoup/mediasoup/worker" && "/home/runner/work/mediasoup/mediasoup/worker/out/pip_meson_ninja/bin/meson" setup --prefix "/home/runner/work/mediasoup/mediasoup/worker/out/Release" --bindir "" --libdir "" --buildtype release -Db_ndebug=true -Db_sanitize=undefined "/home/runner/work/mediasoup/mediasoup/worker/out/Release/build"
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:
cd "/home/runner/work/mediasoup/mediasoup/worker" && "/home/runner/work/mediasoup/mediasoup/worker/out/pip_meson_ninja/bin/meson" setup --prefix "/home/runner/work/mediasoup/mediasoup/worker/out/Release" --bindir "" --libdir "" --buildtype release -Db_ndebug=true -Db_sanitize=undefined "/home/runner/work/mediasoup/mediasoup/worker/out/Release/build"
Here
Good catch, will fix later.
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: https://github.com/abseil/abseil-cpp/issues/1634