From bbcc775c199bc11a9e47b8f8381a0cd27c88b974 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 23 Mar 2024 02:04:00 +1000 Subject: Revert "CI: setup kernel entropy to work with asan" This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019. --- .github/workflows/linux.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index af76b5d..180f43c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -57,15 +57,6 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v4 -# -# temporary hack -# should be revisited after https://github.com/actions/runner-images/issues/9491 is resolved -# - - - name: Setup entropy - run: | - sudo sysctl vm.mmap_rnd_bits=28 - - name: "Run tests" run: ./scripts/test env: -- cgit v1.2.3-55-g6feb