Skip to content

Commit

Permalink
Try fixing github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWin committed Mar 14, 2024
1 parent a20d9b8 commit 156de88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
sudo apt-get update -y -qq
sudo apt-get install libelf-dev libsdl2-dev liblua5.3-dev libvncserver-dev libslirp-dev ninja-build
- name: Fix kernel mmap rnd bits
# Asan in llvm 14 provided in ubuntu 22.04 is incompatible with
# high-entropy ASLR in much newer kernels that GitHub runners are
# using leading to random crashes: https://reviews.llvm.org/D148280
run: sudo sysctl vm.mmap_rnd_bits=28

- name: Cache SystemC
id: cache-systemc
uses: actions/cache@v4
Expand Down

0 comments on commit 156de88

Please sign in to comment.