]> granicus.if.org Git - pgbouncer/commitdiff
Disable PAM for Valgrind build
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 13 Aug 2019 06:19:54 +0000 (08:19 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 13 Aug 2019 06:19:54 +0000 (08:19 +0200)
It creates mysterious errors that I don't want to deal with right now.

.travis.yml

index 83c72211be4d9271add7fea6e86a572e555779b1..91b20da43c953ebc703dd81f2297709f3e996f86 100644 (file)
@@ -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