Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: set kernel.randomize_va_space=0 for asan build
Problem: Recent kernel address space layout randomization (ASLR) appears to confuse some versions of address sanitizers, leading to random failures in github CI. Disable kernel.randomize_va_space for the github asan build to avoid these failures. Thanks to @vchuravy for pointing out the issue. Since LD_PRELOAD of libasan wasn't the root cause, reinstate preloading the libasan library to get as full coverage as possible. Fixes flux-framework#5801.
- Loading branch information