]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
Revert "github: workaround CI issue with ASAN"
authorStéphane Graber <stgraber@stgraber.org>
Tue, 26 Mar 2024 14:21:07 +0000 (10:21 -0400)
committerStéphane Graber <stgraber@stgraber.org>
Tue, 26 Mar 2024 14:21:07 +0000 (10:21 -0400)
This reverts commit 351775512350bfb45c6486f39a7aa7cc76f690c7.

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
.github/workflows/tests.yml

index d586440cd2919a749e35220ec60eb716a600d10a..57bd574fed421c5dbf41c19956b2df8cfa20fb04 100644 (file)
@@ -20,12 +20,6 @@ jobs:
           - ubuntu-22.04
     runs-on: ${{ matrix.os }}
     steps:
-      # TODO(mihalicyn): Remove once the following is fixed:
-      # https://github.com/actions/runner-images/issues/9491
-      - name: Reduce ASLR entropy as a temporary workaround
-        run: |
-          sudo sysctl -w vm.mmap_rnd_bits=28
-
       - name: Checkout code
         uses: actions/checkout@v2
 
@@ -69,12 +63,6 @@ jobs:
           - ubuntu-22.04
     runs-on: ${{ matrix.os }}
     steps:
-      # TODO(mihalicyn): Remove once the following is fixed:
-      # https://github.com/actions/runner-images/issues/9491
-      - name: Reduce ASLR entropy as a temporary workaround
-        run: |
-          sudo sysctl -w vm.mmap_rnd_bits=28
-
       - name: Checkout code
         uses: actions/checkout@v2