Skip to content

Commit

Permalink
Merge pull request #2479 from quentin/memchk
Browse files Browse the repository at this point in the history
fix memory check CI workflow
  • Loading branch information
quentin committed Mar 18, 2024
2 parents 6473787 + c287e41 commit 57f104d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ jobs:
- name: install-deps
run: sudo sh/setup/install_ubuntu_deps.sh

- name: fix mmap_rnd_bits
# issue with ubuntu:latest runner and ASAN
# https://github.com/actions/runner-images/issues/9491
run: sudo sysctl vm.mmap_rnd_bits=28

- name: cmake-test-32bit
uses: ./.github/actions/cmake-test
with:
Expand Down

0 comments on commit 57f104d

Please sign in to comment.