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

Enable AddressSanitizer on CI #97

Merged
merged 3 commits into from
Jan 14, 2024
Merged

Enable AddressSanitizer on CI #97

merged 3 commits into from
Jan 14, 2024

Commits on Jan 14, 2024

  1. Don't test with SIGSYS under ThreadSanitizer

    It doesn't support it and will crash.
    
    The cfg attributes are bit odd because cfg(sanitize = "thread") requires
    the unstable cfg_sanitize feature, which we want behind (our) nightly
    feature.
    Thomasdezeeuw committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    f62d71f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20eddc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fc1a1b View commit details
    Browse the repository at this point in the history