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

[NO-TICKET] Re-enable ASAN memory leaks testing #4086

Merged
merged 1 commit into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. [NO-TICKET] Re-enable ASAN memory leaks testing

    **What does this PR do?**
    
    This PR re-enables the memory leak testing using the asan tool job in
    CI.
    
    For context, we added this testing in #3864 (more details about what
    asan is can be found in that PR), but had to disable it in #3915
    as the upstream Ruby builds we were using were broken and unavailable
    for a while.
    
    This has since been fixed upstream, and so let's re-enable this CI job.
    
    In fact, upstream now officially allows these builds to be used, so
    we no longer even need our fork of `setup-ruby` to enable them.
    
    **Motivation:**
    
    Improve our testing for native memory leaks.
    
    **Additional Notes:**
    
    N/A
    
    **How to test the change?**
    
    Validate that the "test-asan" is now running in CI.
    ivoanjo committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f1cd362 View commit details
    Browse the repository at this point in the history