Skip to content

Commit 71acf2e

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 6e8ffc0 commit 71acf2e

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
@@ -200,14 +200,6 @@ jobs:
200200
if: matrix.m32 != ''
201201
run: sudo apt install -y gcc-multilib
202202

203-
- name: Reduce ASLR entropy
204-
if: matrix.asan != '' || matrix.ubsan != ''
205-
# Asan in llvm 14 provided in ubuntu-22.04 is incompatible with
206-
# high-entropy ASLR configured in much newer kernels that GitHub
207-
# runners are using leading to random crashes:
208-
# https://github.com/actions/runner-images/issues/9491
209-
run: sudo sysctl -w vm.mmap_rnd_bits=28
210-
211203
- name: prepare
212204
run: ./.ci/linux-prepare.sh
213205

0 commit comments

Comments
 (0)