Skip to content

Commit

Permalink
ci/sanitizers: add mmap rnd_bits workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Mar 15, 2024
1 parent c595d66 commit 6e9aec8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
run: |
sudo sed -i 's/azure\./de\./' /etc/apt/sources.list
- name: mmap rnd_bits workaround
run: |
sudo sysctl -w vm.mmap_rnd_bits=28
- name: install packages
run: |
sudo apt-get update && sudo apt-get install -y ninja-build
Expand Down

0 comments on commit 6e9aec8

Please sign in to comment.