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
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