You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2023/03/16 13:08:12 UTC

svn commit: r1908435 - /apr/apr/trunk/.github/workflows/linux.yml

Author: ylavic
Date: Thu Mar 16 13:08:12 2023
New Revision: 1908435

URL: http://svn.apache.org/viewvc?rev=1908435&view=rev
Log:
Follow up to r1908434: --with-openssl too.

Modified:
    apr/apr/trunk/.github/workflows/linux.yml

Modified: apr/apr/trunk/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/apr/apr/trunk/.github/workflows/linux.yml?rev=1908435&r1=1908434&r2=1908435&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/linux.yml (original)
+++ apr/apr/trunk/.github/workflows/linux.yml Thu Mar 16 13:08:12 2023
@@ -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