Skip to content

Commit

Permalink
Attempt to fix CI. (#84)
Browse files Browse the repository at this point in the history
See google/sanitizers#1716 for more details.

Signed-off-by: Samuel K. Gutierrez <samuel@lanl.gov>
  • Loading branch information
samuelkgutierrez committed Mar 13, 2024
1 parent d42eb27 commit 489dd43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
sudo apt update
sudo apt install libczmq-dev libmpich-dev
# From https://github.com/google/sanitizers/issues/1716
sudo sysctl -w vm.mmap_rnd_bits=28
- name: Configure CMake
run: |
Expand Down

0 comments on commit 489dd43

Please sign in to comment.