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