Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/
Date: Fri, 30 Mar 2018 07:50:42
Message-Id: 1522392887.faf2859213a171f667a1b9a31e79ee1a4216d536.grobian@gentoo
1 commit: faf2859213a171f667a1b9a31e79ee1a4216d536
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 06:54:47 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 06:54:47 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=faf28592
7
8 travis: disable LSan run, it requires sudo
9
10 travis/main.sh | 7 +++----
11 1 file changed, 3 insertions(+), 4 deletions(-)
12
13 diff --git a/travis/main.sh b/travis/main.sh
14 index a076957..05c71eb 100755
15 --- a/travis/main.sh
16 +++ b/travis/main.sh
17 @@ -34,11 +34,10 @@ main() {
18 m
19 m check
20
21 + # LSan needs sudo, which we don't use at the moment
22 # Debug build w/ASAN and such enabled.
23 - export LSAN_OPTIONS=verbosity=1:log_threads=1
24 - m debug
25 - m check
26 - unset LSAN_OPTIONS
27 + #m debug
28 + #m check
29
30 # Do scans last as they like to dirty the tree and some tests
31 # expect a clean tree (like code style checks).