Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around ASAN incompatibility with GH runner image >= 20240310.1.0
Some of our Python tests started suddenly failing semi-consistently, this turned out to be an issue in the most recent GH runner image kernel where ADSL runs with more entropy than before, and this clashes with ASAN. Revert the runner VM to the former values to fix for now. Oh and don't think I figured this out by myself, this workaround was suggested by @igsilya in actions/runner-images#9491, cheers!
- Loading branch information