commit:     faf2859213a171f667a1b9a31e79ee1a4216d536
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 06:54:47 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 06:54:47 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=faf28592

travis: disable LSan run, it requires sudo

 travis/main.sh | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/travis/main.sh b/travis/main.sh
index a076957..05c71eb 100755
--- a/travis/main.sh
+++ b/travis/main.sh
@@ -34,11 +34,10 @@ main() {
        m
        m check
 
+       # LSan needs sudo, which we don't use at the moment
        # Debug build w/ASAN and such enabled.
-       export LSAN_OPTIONS=verbosity=1:log_threads=1
-       m debug
-       m check
-       unset LSAN_OPTIONS
+       #m debug
+       #m check
 
        # Do scans last as they like to dirty the tree and some tests
        # expect a clean tree (like code style checks).

Reply via email to