Skip to main content


Hello fellow #Ubuntu #clang peeps: https://answers.launchpad.net/ubuntu/+source/llvm-toolchain-14/+question/709571
in reply to daniel:// stenberg://

turns out to be #GitHub breakage: https://github.com/actions/runner-images/issues/9491
in reply to daniel:// stenberg://

kernel patch introduced here:

https://bugs.launchpad.net/bugs/1983357

The adjustable sysctl setting is vm.mmap_rnd_compat_bits. We set it back to 28 and CI unblocked.

in reply to Philip

@delayload yes thanks, I'm inserting the sysctl now into or CI jobs as a work-around
in reply to daniel:// stenberg://

@delayload

What a coincidence, we just added that workaround to our CI as well! Hopefully Ubuntu ships a fixed gcc/asan package soon. https://github.com/SerenityOS/serenity/pull/23567

in reply to Andrew Kaster

@akaster @delayload I opted to also make it "continue-on-error: true" because not all our Linux images can actually run that sysctl command...

https://github.com/curl/curl/pull/13124