versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.27k stars 1.13k forks source link

Do not run test-asan-undefined in CI Linux GCC and upgrade abseil-cpp to 20240722.0 LTS #1457

Closed ibc closed 1 month ago

ibc commented 1 month ago

Details

ibc commented 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

garrettboone commented 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

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 https://github.com/versatica/mediasoup/blob/df0074b5b04ef17d7034f555b862a77d38e094cf/.github/workflows/mediasoup-node.yaml#L27

ibc commented 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

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

https://github.com/versatica/mediasoup/blob/df0074b5b04ef17d7034f555b862a77d38e094cf/.github/workflows/mediasoup-node.yaml#L27

Good catch, will fix later.

ibc commented 1 month ago

Good catch, will fix later.

Later means next week, but it will happen.

ibc commented 1 month ago

CI is green after suggested changes. Thanks @garrettboone. Will release a version soon.