Skip to content

Commit 84a93de

Browse files
ci: Add workaround for ASLR bug in sanitizers
Fixes #1506.
1 parent d926510 commit 84a93de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/run-in-docker-action/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ runs:
3636
load: true
3737
cache-from: type=gha
3838

39+
- # Workaround for https://github.com/google/sanitizers/issues/1614 .
40+
run: sudo sysctl -w vm.mmap_rnd_bits=28
41+
shell: bash
42+
3943
- # Tell Docker to pass environment variables in `env` into the container.
4044
run: >
4145
docker run \

0 commit comments

Comments
 (0)