Skip to content

Commit 564125d

Browse files
committed
Fix ASan build
1 parent 35aef8e commit 564125d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
steps:
7979
- name: git checkout
8080
uses: actions/checkout@v4
81+
# https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
82+
- name: Fix kernel mmap rnd bits
83+
if: matrix.asan
84+
run: sudo sysctl vm.mmap_rnd_bits=28
8185
- name: apt
8286
uses: ./.github/actions/apt-x64
8387
- name: System info

0 commit comments

Comments
 (0)