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 | |
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')
-rw-r--r-- | .github/workflows/build_test.yml | 3 | ||||
-rw-r--r-- | .github/workflows/cflite_pr.yml | 1 | ||||
-rw-r--r-- | .github/workflows/cifuzz.yml | 1 | ||||
-rw-r--r-- | .github/workflows/unit_tests.yml | 3 |
4 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 9ef2332980..b6476d7045 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -34,8 +34,5 @@ jobs: steps: - name: Repository checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - # FIXME: drop once https://github.com/actions/runner-images/issues/9491 is resolved - - name: Reduce ASLR entropy - run: sudo sysctl -w vm.mmap_rnd_bits=28 - name: Build check run: .github/workflows/build_test.sh 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 diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 3aaaa3fd75..a12ad9335f 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -39,7 +39,6 @@ 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 diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 9942df6be2..4c398e9eae 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -31,9 +31,6 @@ jobs: steps: - name: Repository checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - # FIXME: drop once https://github.com/actions/runner-images/issues/9491 is resolved - - name: Reduce ASLR entropy - run: sudo sysctl -w vm.mmap_rnd_bits=28 - name: Install build dependencies run: | # Drop XDG_* stuff from /etc/environment, so we don't get the user |