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:01:53 UTC

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

Author: ylavic
Date: Thu Mar 16 13:01:53 2023
New Revision: 1908434

URL: http://svn.apache.org/viewvc?rev=1908434&view=rev
Log:
Test --with-crypto in ci.

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=1908434&r1=1908433&r2=1908434&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/linux.yml (original)
+++ apr/apr/trunk/.github/workflows/linux.yml Thu Mar 16 13:01:53 2023
@@ -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