Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for newer GitHub runners (#2505)
Asan in llvm 14 provided in ubuntu 22.04 is incompatible with high-entropy ASLR in much newer kernels that GitHub runners are using leading to random crashes: https://reviews.llvm.org/D148280 This workaround comes from the discussion in: actions/runner-images#9491 BUG=#2501
- Loading branch information