From: Joe Orton Date: Tue, 24 Oct 2023 15:43:27 +0000 (+0000) Subject: CI: add workflow for WebDAV testing using LMDB as the default APR DBM backend. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abaad489b58a0a26b680ee7f99d58e64620ce765;p=thirdparty%2Fapache%2Fhttpd.git CI: add workflow for WebDAV testing using LMDB as the default APR DBM backend. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913266 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7bbb742987d..8f6ec71e5a4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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