ci: Add workaround for ASLR bug in sanitizers

Fixes #1506.
This commit is contained in:
Tim Ruffing
2024-03-19 17:15:14 +01:00
parent d926510cf7
commit 84a93de4d2

View File

@@ -36,6 +36,10 @@ runs:
load: true
cache-from: type=gha
- # Workaround for https://github.com/google/sanitizers/issues/1614 .
run: sudo sysctl -w vm.mmap_rnd_bits=28
shell: bash
- # Tell Docker to pass environment variables in `env` into the container.
run: >
docker run \