Skip to content

Commit d4b8bd2

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 8a58980 commit d4b8bd2

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
@@ -145,14 +145,6 @@ jobs:
145145
if: matrix.m32 == ''
146146
run: sudo apt install -y libunbound-dev libunwind-dev
147147

148-
- name: Reduce ASLR entropy
149-
if: matrix.asan != '' || matrix.ubsan != ''
150-
# Asan in llvm 14 provided in ubuntu-22.04 is incompatible with
151-
# high-entropy ASLR configured in much newer kernels that GitHub
152-
# runners are using leading to random crashes:
153-
# https://github.com/actions/runner-images/issues/9491
154-
run: sudo sysctl -w vm.mmap_rnd_bits=28
155-
156148
- name: prepare
157149
run: ./.ci/linux-prepare.sh
158150

0 commit comments

Comments
 (0)