From 45d4c8ef61379a4e9c66d85ee1b0d4989ecc62af Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Fri, 25 Oct 2024 22:40:22 +0200 Subject: [PATCH] github: Remove ASLR entropy workaround. The issue should be fixed by now. Signed-off-by: Ilya Maximets Signed-off-by: Dumitru Ceara (cherry picked from OVS commit 2d93dfd519f0181f69cc61f2bb7674018552a925) --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82e09fbef9..463d717ef8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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