Skip to content

Commit

Permalink
Revert "Workaround for ASAN-induced segfaults in Github Ubuntu runner…
Browse files Browse the repository at this point in the history
… images"

Should be fixed in LLVm 17: llvm/llvm-project@fb77ca0

This reverts commit 53bd369.
  • Loading branch information
cgzones committed Mar 20, 2024
1 parent df5c479 commit 99b5f4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit 99b5f4a

Please sign in to comment.