Skip to content

Commit

Permalink
Merge r1916415 from trunk:
Browse files Browse the repository at this point in the history
Work around ASAN issue with current Ubuntu runners.



git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1916417 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Mar 19, 2024
1 parent 777b688 commit 99d799f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Install prerequisites
run: sudo apt-get install libtool libtool-bin
- uses: actions/checkout@v3
# https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
- name: Workaround ASAN issue in Ubuntu 22.04 runners
run: sudo sysctl vm.mmap_rnd_bits=28
- name: buildconf
run: ./buildconf
- name: configure
Expand Down

0 comments on commit 99d799f

Please sign in to comment.