From 23c72e455d97c9f02cee1772f8d75d98f8d5afed Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Thu, 16 Mar 2023 13:01:53 +0000 Subject: Test --with-crypto in ci. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1908434 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1