cifuzz,cflite: set mmap_rnd_bits to 28

to get MSan jobs to work with the latest Ubuntu images.

https://github.com/google/sanitizers/issues/1614
https://github.com/actions/runner-images/issues/9491
This commit is contained in:
Evgeny Vereshchagin 2024-03-15 10:03:20 +00:00 committed by Yu Watanabe
parent 6a57d86bf9
commit 2e0c2fb8fb
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ jobs:
matrix:
sanitizer: [address, undefined, memory]
steps:
- run: sudo sysctl -w vm.mmap_rnd_bits=28
- name: Build Fuzzers
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@v1

View file

@ -39,6 +39,7 @@ jobs:
security-events: write
steps:
- run: sudo sysctl -w vm.mmap_rnd_bits=28
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master