diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2024-03-21 07:56:15 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-03-21 10:22:43 +0100 |
commit | ae0e1cb989bcc43bd3e7e5729cbea7d33571fe65 (patch) | |
tree | 4a764b61553cf3b6f06e1d93ea550247e1f8b5d1 /.github/workflows/cflite_pr.yml | |
parent | Update USB ids of hwdb (diff) | |
download | systemd-ae0e1cb989bcc43bd3e7e5729cbea7d33571fe65.tar.xz systemd-ae0e1cb989bcc43bd3e7e5729cbea7d33571fe65.zip |
CI: revert the mmap_rnd_bits kludge
This reverts commit 2e0c2fb8fb15faeedf213930a4c2a3a6d584101f and commit
b7c7498de814b1e9825b43c28e307a7f0af8ffd2 now that
https://github.com/actions/runner-images/issues/9491 is closed.
Diffstat (limited to '.github/workflows/cflite_pr.yml')
-rw-r--r-- | .github/workflows/cflite_pr.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/cflite_pr.yml b/.github/workflows/cflite_pr.yml index bf7a14e356..707ea0b6ba 100644 --- a/.github/workflows/cflite_pr.yml +++ b/.github/workflows/cflite_pr.yml @@ -23,7 +23,6 @@ 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 |