]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux: drop `sudo sysctl vm.mmap_rnd_bits=28`
authorPhilip H. <47042125+pheiduck@users.noreply.github.com>
Thu, 6 Feb 2025 20:13:35 +0000 (21:13 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 6 Feb 2025 21:56:55 +0000 (22:56 +0100)
useless on ubuntu-24.04 (ubuntu-latest)
as it uses read-only fs

Closes #16224

.github/workflows/linux.yml

index 1f66eeb9d2c3ad3783dfd78744cb94fe183a7290..496e13876f301292abde429afb936842988778c2 100644 (file)
@@ -334,14 +334,6 @@ jobs:
             py3-impacket py3-asn1 py3-six py3-pycryptodomex \
             perl-time-hires openssh stunnel sudo git
 
-      - name: 'fix kernel mmap rnd bits'
-        # Asan in llvm 14 provided in ubuntu 22.04 is incompatible with
-        # high-entropy ASLR in much newer kernels that GitHub runners are
-        # using leading to random crashes: https://reviews.llvm.org/D148280
-        # See https://github.com/actions/runner-images/issues/9491
-        continue-on-error: true
-        run: sudo sysctl vm.mmap_rnd_bits=28
-
       - name: 'cache bearssl'
         if: contains(matrix.build.install_steps, 'bearssl')
         uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4