mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
github: Remove ASLR entropy workaround.
The issue should be fixed by now. Acked-by: David Marchand <david.marchand@redhat.com> Acked-by: Dumitru Ceara <dceara@redhat.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
8
.github/workflows/build-and-test.yml
vendored
8
.github/workflows/build-and-test.yml
vendored
@@ -241,14 +241,6 @@ jobs:
|
|||||||
if: matrix.m32 != ''
|
if: matrix.m32 != ''
|
||||||
run: sudo apt install -y gcc-multilib
|
run: sudo apt install -y gcc-multilib
|
||||||
|
|
||||||
- name: Reduce ASLR entropy
|
|
||||||
if: matrix.sanitizers != ''
|
|
||||||
# Asan in llvm 14 provided in ubuntu-22.04 is incompatible with
|
|
||||||
# high-entropy ASLR configured in much newer kernels that GitHub
|
|
||||||
# runners are using leading to random crashes:
|
|
||||||
# https://github.com/actions/runner-images/issues/9491
|
|
||||||
run: sudo sysctl -w vm.mmap_rnd_bits=28
|
|
||||||
|
|
||||||
- name: prepare
|
- name: prepare
|
||||||
run: ./.ci/linux-prepare.sh
|
run: ./.ci/linux-prepare.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user