Skip to content

fix(ci): Prevent flaky ASAN failures with Dremio #2604

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WillAyd
Copy link
Contributor

@WillAyd WillAyd commented Mar 10, 2025

Per comment #2546 (comment) this might help fix the flaky CI failures with meson + ASAN

@github-actions github-actions bot added this to the ADBC Libraries 18 milestone Mar 10, 2025
Copy link
Member

@zeroshade zeroshade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending CI success, i like it 😄

@lidavidm
Copy link
Member

Seems we need to set more (maybe both CXX and CC have to be set?)

@WillAyd
Copy link
Contributor Author

WillAyd commented Mar 12, 2025

I asked the Meson team about this on their IRC channel, and they mentioned that while gcc uses shared linkage to the ASAN runtime, clang requires static linkage to ASAN. It seems like something is awry with the latter, and it might have to do with how gtest is being used.

I will have to investigate that further, or maybe see if there's a newer version of gcc that can be used instead of clang that still fixes the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants