Skip to content

Commit c5bd6ef

Browse files
committed
github: Remove ASLR entropy workaround.
The issue should be fixed by now. Acked-by: David Marchand <[email protected]> Acked-by: Dumitru Ceara <[email protected]> Acked-by: Eelco Chaudron <[email protected]> Acked-by: Kevin Traynor <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
1 parent da548a5 commit c5bd6ef

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,6 @@ jobs:
164164
if: matrix.m32 == ''
165165
run: sudo apt install -y libunbound-dev libunwind-dev
166166

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-
175167
- name: prepare
176168
run: ./.ci/linux-prepare.sh
177169

0 commit comments

Comments
 (0)