From: Peter Eisentraut Date: Tue, 13 Aug 2019 06:19:54 +0000 (+0200) Subject: Disable PAM for Valgrind build X-Git-Tag: pgbouncer_1_11_0~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdf8b1f4a0276a3127e6d184d7ebb176217ce89d;p=pgbouncer Disable PAM for Valgrind build It creates mysterious errors that I don't want to deal with right now. --- diff --git a/.travis.yml b/.travis.yml index 83c7221..91b20da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ env: - configure_args='--with-openssl' - configure_args='--without-openssl' - use_efence=yes configure_args='--with-openssl --with-pam' - - use_valgrind=yes configure_args='--without-openssl --with-pam' + - use_valgrind=yes configure_args='--without-openssl' script: | set -e PATH=/usr/lib/postgresql/9.5/bin:$PATH