Skip to content

Commit 57f104d

Browse files
authored
Merge pull request #2479 from quentin/memchk
fix memory check CI workflow
2 parents 6473787 + c287e41 commit 57f104d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI-Tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ jobs:
188188
- name: install-deps
189189
run: sudo sh/setup/install_ubuntu_deps.sh
190190

191+
- name: fix mmap_rnd_bits
192+
# issue with ubuntu:latest runner and ASAN
193+
# https://github.com/actions/runner-images/issues/9491
194+
run: sudo sysctl vm.mmap_rnd_bits=28
195+
191196
- name: cmake-test-32bit
192197
uses: ./.github/actions/cmake-test
193198
with:

0 commit comments

Comments
 (0)