We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da548a5 commit c5bd6efCopy full SHA for c5bd6ef
.github/workflows/build-and-test.yml
@@ -164,14 +164,6 @@ jobs:
164
if: matrix.m32 == ''
165
run: sudo apt install -y libunbound-dev libunwind-dev
166
167
- - name: Reduce ASLR entropy
168
- if: matrix.asan != ''
169
- # Asan in llvm 14 provided in ubuntu-22.04 is incompatible with
170
- # high-entropy ASLR configured in much newer kernels that GitHub
171
- # runners are using leading to random crashes:
172
- # https://github.com/actions/runner-images/issues/9491
173
- run: sudo sysctl -w vm.mmap_rnd_bits=28
174
-
175
- name: prepare
176
run: ./.ci/linux-prepare.sh
177
0 commit comments