We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b6307 commit d824ef3Copy full SHA for d824ef3
.github/workflows/linux.yml
@@ -305,6 +305,10 @@ jobs:
305
run: |
306
echo "${{ matrix.env }}" >> $GITHUB_ENV
307
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
312
- name: apt refresh
313
run: sudo apt-get -o Acquire::Retries=5 update
314
- name: Install prerequisites
0 commit comments