Skip to content

Commit

Permalink
ci: Add workaround for ASLR bug in sanitizers
Browse files Browse the repository at this point in the history
Fixes #1506.
  • Loading branch information
real-or-random committed Mar 19, 2024
1 parent d926510 commit 0fccc33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/run-in-docker-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ runs:
load: true
cache-from: type=gha

- # Workaround for https://github.com/google/sanitizers/issues/1614 .
run: sysctl -w vm.mmap_rnd_bits=28
shell: bash

- # Tell Docker to pass environment variables in `env` into the container.
run: >
docker run \
Expand Down

0 comments on commit 0fccc33

Please sign in to comment.