Skip to content

Commit

Permalink
Testing mmap_rnd_bits fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock authored Jun 11, 2024
1 parent 28e3ef9 commit e28c44e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerimage-clang-10-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fix kernel mmap rnd bits
#Testing fix from https://github.com/cpptest/cpptest/blob/master/.github/workflows/linux.yml#L66
run: sudo sysctl vm.mmap_rnd_bits=28
- name: Prepare the base Docker image
shell: bash
run: $(./scripts/check_containers.sh) ubuntu-cpp
Expand Down

0 comments on commit e28c44e

Please sign in to comment.