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

Fix issues raised by Address Sanitizer, then enable Address Sanitizer for GitHub Actions debug builds #135

Open
rturrado opened this issue Sep 20, 2023 · 0 comments
Assignees

Comments

@rturrado
Copy link
Contributor

CMakeLists.txt contains the necessary code to build with Address Sanitizer, via the ASAN_ENABLED build flag.

However, we are not using this flag at the moment in GitHub Actions because the sanitizer is raising some issues when running the tests.

We have to fix those issues and then enable the Address Sanitizer for GitHub Actions debug builds.

@rturrado rturrado self-assigned this Sep 20, 2023
@rturrado rturrado mentioned this issue Sep 20, 2023
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

No branches or pull requests

1 participant