Skip to content

Commit

Permalink
Work around ASAN issue with current Ubuntu runners.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1916415 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Mar 19, 2024
1 parent c4512b1 commit afda3e3
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 @@ -63,6 +63,9 @@ jobs:
- name: Install prerequisites
run: sudo apt-get install libtool libtool-bin ${{ matrix.packages }}
- 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 afda3e3

Please sign in to comment.