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

Sanitizer fixes #127

Merged
merged 5 commits into from Apr 26, 2024
Merged

Sanitizer fixes #127

merged 5 commits into from Apr 26, 2024

Conversation

erincatto
Copy link
Contributor

@erincatto erincatto commented Apr 25, 2024

CMake option ENKITS_SANITIZE
Added ENKITS_SANITIZE to workflow static builds

Later it would be good to hookup thread sanitizer as well.

There was a problem getting the Windows runner to find the asan dll. I found a fix here: actions/runner-images#8891

@dougbinks
Copy link
Owner

I'll look into this shortly - the CMake and actions changes add a few extra things to review so it will take a bit of time.

Note that thread sanitizer currently throws up some false reports when in the tests, so I don't want to add it to the github actions. I could reconfigure the test so these false reports don't get triggered, but that will take a bit of time which I don't currently have.

@dougbinks dougbinks changed the base branch from master to dev April 26, 2024 14:01
@dougbinks dougbinks merged commit 03e6a2c into dougbinks:dev Apr 26, 2024
4 checks passed
@dougbinks
Copy link
Owner

Merged, thanks once again!

@erincatto
Copy link
Contributor Author

Thanks! I'll look into thread sanitizer more later.

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.

None yet

2 participants