Skip to content

Commit

Permalink
work around LLVM vs kernel entropy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurNicolas committed Mar 12, 2024
1 parent 5eb6cb6 commit e1d2592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
protocol: ["current", "next"]
scenario: ["", "--check-test-tx-meta"]
steps:
- name: Fix kernel mmap rnd bits
# Asan in llvm 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: Compute cache key
# this step works around a limitation in actions/cache
# that does not allow updating a cache
Expand Down

0 comments on commit e1d2592

Please sign in to comment.