Skip to content

Commit 0dfab2d

Browse files
committed
Merge r1916396, r1916397 from trunk: [CTR for CI changes]
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
1 parent c9bf7d8 commit 0dfab2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

+3
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ jobs:
246246
run: |
247247
echo "${{ matrix.env }}" >> $GITHUB_ENV
248248
echo JOBID=`echo "${{ matrix.notest-cflags }} ${{ matrix.env }} ${{ matrix.config }}'"| md5sum - | sed 's/ .*//'` >> $GITHUB_ENV
249+
# https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
250+
- name: Workaround ASAN issue in Ubuntu 22.04
251+
run: sudo sysctl vm.mmap_rnd_bits=28
249252
- name: apt refresh
250253
run: sudo apt-get -o Acquire::Retries=5 update
251254
- name: Install prerequisites

0 commit comments

Comments
 (0)