We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bf7d8 commit 0dfab2dCopy full SHA for 0dfab2d
.github/workflows/linux.yml
@@ -246,6 +246,9 @@ jobs:
246
run: |
247
echo "${{ matrix.env }}" >> $GITHUB_ENV
248
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
252
- name: apt refresh
253
run: sudo apt-get -o Acquire::Retries=5 update
254
- name: Install prerequisites
0 commit comments