]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: revert kernel addr randomization introduced in 3a0fc864
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 6 Apr 2024 13:37:34 +0000 (15:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Apr 2024 12:43:36 +0000 (14:43 +0200)
It has been resolved on image generation side:
https://github.com/actions/runner-images/issues/9491

It is no harm to keep it on our side as well, but we can drop it.

.github/workflows/vtest.yml

index 82963ae1294ff1842c0041e8cc4218251c449bed..9d0bf48b0bf7b8438d4e4cba0e012f62c7b168de 100644 (file)
@@ -64,17 +64,6 @@ jobs:
       run: |
         echo "key=$(echo ${{ matrix.name }} | sha256sum | awk '{print $1}')" >> $GITHUB_OUTPUT
 
-
-#
-# temporary hack
-# should be revisited after https://github.com/actions/runner-images/issues/9491 is resolved
-#
-
-    - name: Setup enthropy
-      if: ${{ startsWith(matrix.os, 'ubuntu-') }}
-      run: |
-        sudo sysctl vm.mmap_rnd_bits=28
-
     - name: Cache SSL libs
       if: ${{ matrix.ssl && matrix.ssl != 'stock' && matrix.ssl != 'BORINGSSL=yes' && matrix.ssl != 'QUICTLS=yes' }}
       id: cache_ssl