Skip to content

Commit

Permalink
try the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 16, 2024
1 parent 848fc58 commit 1c4d574
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
- gcc-11
- gcc-13
steps:
- 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
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.CRT_CI_ROLE }}
Expand Down

0 comments on commit 1c4d574

Please sign in to comment.