Skip to content

Commit b27f3ec

Browse files
mihalicynstgraber
authored andcommitted
github: workaround CI issue with ASAN
actions/runner-images#9491 google/fuzztest@7b4f288 Signed-off-by: Alexander Mikhalitsyn <[email protected]>
1 parent 25a3cb0 commit b27f3ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tests.yml

+12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
- ubuntu-22.04
2121
runs-on: ${{ matrix.os }}
2222
steps:
23+
# TODO(mihalicyn): Remove once the following is fixed:
24+
# https://github.com/actions/runner-images/issues/9491
25+
- name: Reduce ASLR entropy as a temporary workaround
26+
run: |
27+
sudo sysctl -w vm.mmap_rnd_bits=28
28+
2329
- name: Checkout code
2430
uses: actions/checkout@v2
2531

@@ -63,6 +69,12 @@ jobs:
6369
- ubuntu-22.04
6470
runs-on: ${{ matrix.os }}
6571
steps:
72+
# TODO(mihalicyn): Remove once the following is fixed:
73+
# https://github.com/actions/runner-images/issues/9491
74+
- name: Reduce ASLR entropy as a temporary workaround
75+
run: |
76+
sudo sysctl -w vm.mmap_rnd_bits=28
77+
6678
- name: Checkout code
6779
uses: actions/checkout@v2
6880

0 commit comments

Comments
 (0)