From: Joe Orton Date: Wed, 25 Nov 2020 08:13:59 +0000 (+0000) Subject: Run the LDAP testing without pool-debug for the time being. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ce9938e6c933b330fda004b8d8813c2dc3fa54;p=thirdparty%2Fapache%2Fhttpd.git Run the LDAP testing without pool-debug for the time being. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1883813 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 43c88578e48..c0573f4f81f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -258,8 +258,8 @@ jobs: TEST_MALLOC=1 TEST_SSL=1 CLEAR_CACHE=1 # ------------------------------------------------------------------------- - - name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1, pool-debug, LDAP - env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug" + - name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1, LDAP + env: APR_VERSION=1.7.0 APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap" CONFIG="--enable-mods-shared=reallyall" TEST_MALLOC=1 TEST_LDAP=1 TEST_ARGS="-defines LDAP"