summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-03-14 20:35:00 +0100
committercgzones <cgzones@googlemail.com>2024-03-20 19:33:01 +0100
commit99b5f4a0ffbca052b2bd33947ea3015cbe4ef193 (patch)
treee9cd69cf841f9e421cc4c21fc6e25953e4755b15
parentdf5c479b95b15d70bcdc593fdcb72bf2f034cee7 (diff)
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.
-rwxr-xr-x.github/workflows/ci.yml5
1 files changed, 0 insertions, 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 -

© 2014-2024 Faster IT GmbH | imprint | privacy policy