Skip to content

Commit

Permalink
Remove mmap_rnd_bits workaround as it's now fixed by actions.
Browse files Browse the repository at this point in the history
See actions/runner-images#9491 (comment).

PiperOrigin-RevId: 718112641
  • Loading branch information
lszekeres authored and copybara-github committed Jan 22, 2025
1 parent 333354e commit 130dd97
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/bazel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
config: ['default', 'fuzztest']
compilation_mode: ['fastbuild', 'opt', 'dbg']
steps:
# TODO(lszekeres): Remove once the following is fixed:
# https://github.com/actions/runner-images/issues/9491
- name: Reduce ASLR entropy as a temporary workaround
run: |
sudo sysctl -w vm.mmap_rnd_bits=28
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/bazel_test_centipede.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
matrix:
config: ['default', 'noriegeli', 'asan']
steps:
# TODO(lszekeres): Remove once the following is fixed:
# https://github.com/actions/runner-images/issues/9491
- name: Reduce ASLR entropy as a temporary workaround
run: |
sudo sysctl -w vm.mmap_rnd_bits=28
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/cmake_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
matrix:
mode: ['default', 'fuzzing', 'codelab']
steps:
# TODO(lszekeres): Remove once the following is fixed:
# https://github.com/actions/runner-images/issues/9491
- name: Reduce ASLR entropy as a temporary workaround
run: |
sudo sysctl -w vm.mmap_rnd_bits=28
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 130dd97

Please sign in to comment.