summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-16 13:01:53 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-16 13:01:53 +0000
commit0b1695108d3c9fa27877796019e6e83452b8211e (patch)
tree5edc1e216f1bf48bf6afbec7404c6bd4be6abd51
parentd39b8e01094c16effd865d75217146810af70eb3 (diff)
downloadlibapr-0b1695108d3c9fa27877796019e6e83452b8211e.tar.gz
Test --with-crypto in ci.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1908434 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index e624171eb..2791f1da9 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -30,6 +30,8 @@ jobs:
- name: Maintainer-mode, -Werror
notest-cflags: -Werror
config: --enable-maintainer-mode
+ - name: With crypto
+ config: --with-crypto=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