Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PROF-11305] Enable memory leak testing with ASAN, try 3
**What does this PR do?** This PR tries again to re-enable the memory leak testing with AddressSanitizer ("ASAN"). We previously had disabled it since it was failing due to an unrelated issue (specifically, the asan builds are based on Ruby master, and Ruby master was slightly incompatible with the profiler until the `datadog-ruby_core_source` 3.3.7 brought a newer set of headers). **Motivation:** The ASAN tool is quite powerful at detecting memory issues and other problems in native extensions, so if we can keep it running it can help flag issues before they make it to our customers. **Additional Notes:** We can always disable again later if needed. Hopefully once Ruby 3.4 stable is out, we can see if it's possible to have a "stable ASAN" build that's not based off of ruby master, and thus is a bit more predictable. **How to test the change?** Validate the "Test for memory leaks > test asan" CI step is running and passing.
- Loading branch information