Skip to content

Commit aab82f8

Browse files
committed
Fix ASan build
1 parent 35aef8e commit aab82f8

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
@@ -80,6 +80,10 @@ jobs:
8080
uses: actions/checkout@v4
8181
- name: apt
8282
uses: ./.github/actions/apt-x64
83+
# https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
84+
- name: Fix kernel mmap rnd bits
85+
if: matrix.asan
86+
run: sudo sysctl vm.mmap_rnd_bits=28
8387
- name: System info
8488
run: |
8589
echo "::group::Show host CPU info"

0 commit comments

Comments
 (0)