---
 .github/workflows/vtest.yml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml
index a704c92dc..a426b608d 100644
--- a/.github/workflows/vtest.yml
+++ b/.github/workflows/vtest.yml
@@ -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
-- 
2.44.0


Reply via email to