Skip to content

Commit

Permalink
otherwise asan crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Mar 14, 2024
1 parent e6ba127 commit 4c3fa98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: setup
run: |
sudo sysctl -w vm.mmap_rnd_bits=28 # new default is 32 that causes libasan crashes
- name: Run with Docker
shell: 'script -q -e -c "bash -xe {0}"'
run: |
Expand Down

0 comments on commit 4c3fa98

Please sign in to comment.