summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-16 13:08:12 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-16 13:08:12 +0000
commit19012d661c957e144636e3f19b0a8b8dc217ec85 (patch)
tree84728a8a0748aaa6d4c79b2bc15a532541178053
parent23c72e455d97c9f02cee1772f8d75d98f8d5afed (diff)
downloadapr-19012d661c957e144636e3f19b0a8b8dc217ec85.tar.gz
Follow up to r1908434: --with-openssl too.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1908435 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 2791f1da9..b98bcf2c7 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -31,7 +31,7 @@ jobs:
notest-cflags: -Werror
config: --enable-maintainer-mode
- name: With crypto
- config: --with-crypto=yes
+ 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