]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: add workflow for WebDAV testing using LMDB as the default APR DBM backend.
authorJoe Orton <jorton@apache.org>
Tue, 24 Oct 2023 15:43:27 +0000 (15:43 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 24 Oct 2023 15:43:27 +0000 (15:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913266 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 7bbb742987db3e8d4361e4914edb8faafeb30bab..8f6ec71e5a4c2657de93538deddb9b2bacc7c7a6 100644 (file)
@@ -140,6 +140,15 @@ jobs:
               TESTS="t/modules/dav.t"
             pkgs: litmus
           # -------------------------------------------------------------------------
+          - name: litmus WebDAV tests, APR trunk, LMDB
+            config: --enable-dav --enable-dav-fs
+            pkgs: litmus liblmdb-dev
+            env: |
+              APR_VERSION=trunk
+              APR_CONFIG="--with-lmdb --with-dbm=lmdb"
+              LITMUS=1
+              TESTS="t/modules/dav.t"
+          # -------------------------------------------------------------------------
           # MFLAGS= works around https://bz.apache.org/bugzilla/show_bug.cgi?id=63942
           ## TODO if: *condition_not_24x
           - name: Regenerate ap_expr