From 836fa1116a8a2ce0ab57547f3852412c9a07f852 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Sun, 17 Mar 2024 20:00:26 +0100 Subject: CI: setup kernel entropy to work with asan --- .github/workflows/linux.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github') diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 180f43c..af76b5d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -57,6 +57,15 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v4 +# +# temporary hack +# should be revisited after https://github.com/actions/runner-images/issues/9491 is resolved +# + + - name: Setup entropy + run: | + sudo sysctl vm.mmap_rnd_bits=28 + - name: "Run tests" run: ./scripts/test env: -- cgit v1.2.3-55-g6feb