mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
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:
parent
6a57d86bf9
commit
2e0c2fb8fb
1
.github/workflows/cflite_pr.yml
vendored
1
.github/workflows/cflite_pr.yml
vendored
@ -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
|
||||
|
1
.github/workflows/cifuzz.yml
vendored
1
.github/workflows/cifuzz.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user