Skip to content

Commit

Permalink
github: Remove ASLR entropy workaround.
Browse files Browse the repository at this point in the history
The issue should be fixed by now.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
(cherry picked from OVS commit 2d93dfd519f0181f69cc61f2bb7674018552a925)
  • Loading branch information
igsilya authored and dceara committed Nov 1, 2024
1 parent 74315f1 commit 45d4c8e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,6 @@ jobs:
sudo chmod +x /usr/bin/crun
echo "New crun version: "$(crun --version)
- name: Reduce ASLR entropy
if: matrix.cfg.sanitizers != ''
# Asan in llvm 14 provided in ubuntu-22.04 is incompatible with
# high-entropy ASLR configured in much newer kernels that GitHub
# runners are using leading to random crashes:
# https://github.com/actions/runner-images/issues/9491
run: sudo sysctl -w vm.mmap_rnd_bits=28

- name: load image
run: |
sudo podman load -i /tmp/image.tar
Expand Down

0 comments on commit 45d4c8e

Please sign in to comment.