Skip to content

Commit 6f6e573

Browse files
committed
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
1 parent d824ef3 commit 6f6e573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/linux.yml

-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ jobs:
308308
# https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
309309
- name: Workaround ASAN issue in Ubuntu 22.04
310310
run: sudo sysctl vm.mmap_rnd_bits=28
311-
if: env.TEST_ASAN == 1
312311
- name: apt refresh
313312
run: sudo apt-get -o Acquire::Retries=5 update
314313
- name: Install prerequisites

0 commit comments

Comments
 (0)