On 10/25/24 22:40, Ilya Maximets wrote: > The issue should be fixed by now. > > Signed-off-by: Ilya Maximets <[email protected]> > --- > .github/workflows/build-and-test.yml | 8 -------- > 1 file changed, 8 deletions(-) > > diff --git a/.github/workflows/build-and-test.yml > b/.github/workflows/build-and-test.yml > index 6ed39ca80..827d3ae31 100644 > --- a/.github/workflows/build-and-test.yml > +++ b/.github/workflows/build-and-test.yml > @@ -241,14 +241,6 @@ jobs: > if: matrix.m32 != '' > 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 > run: ./.ci/linux-prepare.sh >
Thanks, David, Dumitru, Eelco and Kevin! Applied to all branches down to 2.17. Dumitru, feel free to take this to OVN. :) Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
