Skip to content

Commit 489dd43

Browse files
Attempt to fix CI. (#84)
See google/sanitizers#1716 for more details. Signed-off-by: Samuel K. Gutierrez <[email protected]>
1 parent d42eb27 commit 489dd43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: |
1919
sudo apt update
2020
sudo apt install libczmq-dev libmpich-dev
21+
# From https://github.com/google/sanitizers/issues/1716
22+
sudo sysctl -w vm.mmap_rnd_bits=28
2123
2224
- name: Configure CMake
2325
run: |

0 commit comments

Comments
 (0)