diff options
author | Joe Orton <jorton@apache.org> | 2024-03-18 17:46:11 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-03-18 17:46:11 +0100 |
commit | 6f6e5734f957acbe813ad83219709a4ea815510e (patch) | |
tree | 732784c8e5bda1fa0a14f647c66ecc1282db7445 /.github | |
parent | CI: Try working around recent ASAN failures. (diff) | |
download | apache2-6f6e5734f957acbe813ad83219709a4ea815510e.tar.xz apache2-6f6e5734f957acbe813ad83219709a4ea815510e.zip |
CI: conditional didn't work in r1916396, always apply ASAN workaround.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0edc1504bf..d1afc37851 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 |