Skip to content

Commit

Permalink
Set the number of random bits for mmap to 28 (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate authored Mar 18, 2024
1 parent 275905d commit d8861e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ubuntu/colcon_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ runs:
- name: Build workspace with colcon
run: |
# https://github.com/actions/runner-images/issues/9491
sudo sysctl vm.mmap_rnd_bits=28
echo "::group::Compile using colcon ${{ inputs.workspace }}"
if [[ ! -z "${{ inputs.workspace_dependencies }}" ]]; then
Expand Down

0 comments on commit d8861e5

Please sign in to comment.