summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2023-03-28 06:43:03 +0000
committerrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2023-03-28 06:43:03 +0000
commit5e9ae20325dec02877ca43ebed872cfbb80dd884 (patch)
tree66da728a0150963967a844dc099de9a9678d2b37
parent9a90d5bf7c59948634a3f1259cc3d9efec55e430 (diff)
downloadlibapr-5e9ae20325dec02877ca43ebed872cfbb80dd884.tar.gz
* Revert backport of 1908434, 1908435.
These changes only make sense for APR-UTIL which is part of APR in trunk. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1908762 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 79bb0d2b6..7ab9da594 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -30,8 +30,6 @@ jobs:
- name: Maintainer-mode, -Werror
notest-cflags: -Werror
config: --enable-maintainer-mode
- - name: With crypto
- config: --with-crypto=yes --with-openssl=yes
- name: ASan
# w/o ODBC since DSO unload leaks memory and fails the tests
notest-cflags: -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer -Werror -O2