Skip to content

Commit

Permalink
ci: remove ASLR entropy reducing
Browse files Browse the repository at this point in the history
Should be fixed now per [1].

[1] actions/runner-images#9491 (comment)
  • Loading branch information
chown2 committed Apr 27, 2024
1 parent f16eeba commit ee3abd8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cool-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
run: pip install ninja
if: startsWith(matrix.os, 'ubuntu')

- name: Set vm.mmap_rnd_bits for sanitizer support
run: |
# https://github.com/google/sanitizers/issues/1716
# https://github.com/actions/runner-images/issues/9515
sudo sysctl -w vm.mmap_rnd_bits=28
if: startsWith(matrix.os, 'ubuntu')

- uses: actions/checkout@v4

Expand Down

0 comments on commit ee3abd8

Please sign in to comment.