File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,6 @@ inputs:
4444runs :
4545 using : " composite"
4646 steps :
47- # taken from https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
48- - name : Fix kernel mmap rnd bits
49- shell : bash
50- # Asan in llvm 14 provided in ubuntu 22.04 is incompatible with
51- # high-entropy ASLR in much newer kernels that GitHub runners are
52- # using leading to random crashes: https://reviews.llvm.org/D148280
53- run : sudo sysctl vm.mmap_rnd_bits=28
5447 - name : Install dependencies
5548 shell : bash
5649 run : |
Original file line number Diff line number Diff line change 77runs :
88 using : " composite"
99 steps :
10- # taken from https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
11- - name : Fix kernel mmap rnd bits
12- shell : bash
13- # Asan in llvm 14 provided in ubuntu 22.04 is incompatible with
14- # high-entropy ASLR in much newer kernels that GitHub runners are
15- # using leading to random crashes: https://reviews.llvm.org/D148280
16- run : sudo sysctl vm.mmap_rnd_bits=28
1710 - name : Install Dependencies
1811 shell : bash
1912 run : |
Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ inputs:
2323runs :
2424 using : " composite"
2525 steps :
26- # taken from https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
27- - name : Fix kernel mmap rnd bits
28- shell : bash
29- # Asan in llvm 14 provided in ubuntu 22.04 is incompatible with
30- # high-entropy ASLR in much newer kernels that GitHub runners are
31- # using leading to random crashes: https://reviews.llvm.org/D148280
32- run : sudo sysctl vm.mmap_rnd_bits=28
3326 - name : Install Dependencies
3427 shell : bash
3528 run : |
You can’t perform that action at this time.
0 commit comments