From 99b5f4a0ffbca052b2bd33947ea3015cbe4ef193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 14 Mar 2024 20:35:00 +0100 Subject: Revert "Workaround for ASAN-induced segfaults in Github Ubuntu runner images" Should be fixed in LLVm 17: https://github.com/llvm/llvm-project/commit/fb77ca05ffb4f8e666878f2f6718a9fb4d686839 This reverts commit 53bd369be760aaeb5e28cb965e9edcfb3f232d92. --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 868dad36..fc8d89e1 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,11 +156,6 @@ jobs: HTOPRC: .github/workflows/htoprc steps: - uses: actions/checkout@v4 - - name: Fix kernel mmap rnd bits - # High entropy setting in GH runner images >= 20240310.1.0 - # causes ASAN random segfaults - # https://github.com/actions/runner-images/issues/9491 - run: sudo sysctl vm.mmap_rnd_bits=28 - name: install clang repo run: | wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key 2>/dev/null | sudo apt-key add - -- cgit v1.2.3