Skip to content

Commit

Permalink
Merge r1916396, r1916397 from trunk: [CTR for CI changes]
Browse files Browse the repository at this point in the history
CI: Try working around recent ASAN failures. 
CI: conditional didn't work in r1916396, always apply ASAN workaround.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916398 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Mar 18, 2024
1 parent c9bf7d8 commit 0dfab2d
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 @@ -246,6 +246,9 @@ jobs:
run: |
echo "${{ matrix.env }}" >> $GITHUB_ENV
echo JOBID=`echo "${{ matrix.notest-cflags }} ${{ matrix.env }} ${{ matrix.config }}'"| md5sum - | sed 's/ .*//'` >> $GITHUB_ENV
# https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
- name: Workaround ASAN issue in Ubuntu 22.04
run: sudo sysctl vm.mmap_rnd_bits=28
- name: apt refresh
run: sudo apt-get -o Acquire::Retries=5 update
- name: Install prerequisites
Expand Down

0 comments on commit 0dfab2d

Please sign in to comment.