From 0b0b5375b7aa866c6dfc55cd3f11bb07d2b7aa46 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 17 Feb 2025 11:45:00 -0800 Subject: [PATCH] Revert "ci.yml: work around ASAN binaries crashing on ubuntu-latest" This reverts commit fac589e7b88622bda42fb0b9ab3192803363987f since it is no longer needed. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 435e7b6..dc1fd51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,8 +117,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y $CRYPTOBENCH_DEPENDENCIES clang - - name: Work around https://github.com/actions/runner-images/issues/9491 - run: sudo sysctl vm.mmap_rnd_bits=28 - name: Build benchmark tool run: | cd benchmark