summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2023-03-28 06:43:46 +0000
committerRuediger Pluem <rpluem@apache.org>2023-03-28 06:43:46 +0000
commitba576df3d30341e7ffdd95480f785e768e3ccf9d (patch)
treea32f09fba7b4449b8bcefe719223fc98e9aadb4b
parent29133303ff50878f4e9aaf26797a4496e6289c4e (diff)
downloadapr-ba576df3d30341e7ffdd95480f785e768e3ccf9d.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.7.x@1908763 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 47742afe6..82f692d7d 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