]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: conditional didn't work in r1916396, always apply ASAN workaround.
authorJoe Orton <jorton@apache.org>
Mon, 18 Mar 2024 16:46:11 +0000 (16:46 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 18 Mar 2024 16:46:11 +0000 (16:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916397 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 0edc1504bfd997e172f7b9c21b46b8a3de5610c0..d1afc3785115fbbde5fca34f6ea46308f1a3e7c0 100644 (file)
@@ -308,7 +308,6 @@ jobs:
     # https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
     - name: Workaround ASAN issue in Ubuntu 22.04
       run: sudo sysctl vm.mmap_rnd_bits=28
-      if: env.TEST_ASAN == 1
     - name: apt refresh
       run: sudo apt-get -o Acquire::Retries=5 update
     - name: Install prerequisites