Skip to content

Commit

Permalink
ci.yml: work around ASAN binaries crashing on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Mar 19, 2024
1 parent 2d4f9a9 commit fac589e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y $CRYPTOBENCH_DEPENDENCIES clang
- name: Work around https://github.com/actions/runner-images/issues/9491
run: sudo sysctl vm.mmap_rnd_bits=28
- name: Build benchmark tool
run: |
cd benchmark
Expand Down

0 comments on commit fac589e

Please sign in to comment.