mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-25 14:12:13 +00:00
CI: revert kernel addr randomization introduced in 3a0fc864
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.
This commit is contained in:
parent
30d89becd4
commit
b5dd8b466e
11
.github/workflows/vtest.yml
vendored
11
.github/workflows/vtest.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user