Skip to content

Commit d824ef3

Browse files
committed
CI: Try working around recent ASAN failures.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916396 13f79535-47bb-0310-9956-ffa450edef68
1 parent b5b6307 commit d824ef3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux.yml

+4
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ jobs:
305305
run: |
306306
echo "${{ matrix.env }}" >> $GITHUB_ENV
307307
echo JOBID=`echo "${{ matrix.notest-cflags }} ${{ matrix.env }} ${{ matrix.config }}'"| md5sum - | sed 's/ .*//'` >> $GITHUB_ENV
308+
# https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
309+
- name: Workaround ASAN issue in Ubuntu 22.04
310+
run: sudo sysctl vm.mmap_rnd_bits=28
311+
if: env.TEST_ASAN == 1
308312
- name: apt refresh
309313
run: sudo apt-get -o Acquire::Retries=5 update
310314
- name: Install prerequisites

0 commit comments

Comments
 (0)