Skip to content
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

Merged
merged 4 commits into from
Oct 6, 2024

Conversation

ibc
Copy link
Member

@ibc ibc commented Oct 3, 2024

Details

@ibc ibc requested review from nazar-pc and jmillan October 3, 2024 12:09
@ibc ibc changed the title CI: Do not run test asan undefined in linux gcc CI: Do not run test asan undefined in Linux GCC and upgrade abseil-cpp to 20240722.0 LTS Oct 3, 2024
@ibc ibc changed the title CI: Do not run test asan undefined in Linux GCC and upgrade abseil-cpp to 20240722.0 LTS Do not run test-asan-undefined in CI Linux GCC and upgrade abseil-cpp to 20240722.0 LTS Oct 3, 2024
Copy link
Collaborator

@nazar-pc nazar-pc left a 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

@ibc
Copy link
Member Author

ibc commented Oct 3, 2024

This is insane, no idea what to do about this: https://github.com/versatica/mediasoup/actions/runs/11161680552/job/31024743216?pr=1457

@garrettboone
Copy link
Contributor

garrettboone commented Oct 3, 2024

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

meson_args: '-Db_sanitize=undefined'

@ibc
Copy link
Member Author

ibc commented Oct 3, 2024

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

meson_args: '-Db_sanitize=undefined'

Good catch, will fix later.

@ibc
Copy link
Member Author

ibc commented Oct 4, 2024

Good catch, will fix later.

Later means next week, but it will happen.

@ibc
Copy link
Member Author

ibc commented Oct 6, 2024

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

@ibc ibc merged commit 4dd8a16 into v3 Oct 6, 2024
52 checks passed
@ibc ibc deleted the ci-do-not-run-test-asan-undefined-in-linux-gcc branch October 6, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants