From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNzHE-0007Vg-5T for qemu-devel@nongnu.org; Thu, 22 Jun 2017 06:23:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNzHA-0006Qd-Vy for qemu-devel@nongnu.org; Thu, 22 Jun 2017 06:23:52 -0400 Received: from mail-wr0-x236.google.com ([2a00:1450:400c:c0c::236]:35790) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dNzHA-0006QP-PU for qemu-devel@nongnu.org; Thu, 22 Jun 2017 06:23:48 -0400 Received: by mail-wr0-x236.google.com with SMTP id k67so16925888wrc.2 for ; Thu, 22 Jun 2017 03:23:48 -0700 (PDT) References: <20170622033231.19344-1-f4bug@amsat.org> <20170622033231.19344-17-f4bug@amsat.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20170622033231.19344-17-f4bug@amsat.org> Date: Thu, 22 Jun 2017 11:24:31 +0100 Message-ID: <8737astj4w.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 16/21] travis: split the gprof/gcov job List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: qemu-devel@nongnu.org, Fam Zheng , Peter Maydell Philippe Mathieu-Daudé writes: > gcov generates lot of output and often trigger job limit timeout > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée > --- > .travis.yml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/.travis.yml b/.travis.yml > index 34391722a2..4bb288a192 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -105,7 +105,9 @@ matrix: > - env: CONFIG="" > compiler: clang > # gprof/gcov are GCC features > - - env: CONFIG="--enable-gprof --enable-gcov --disable-pie" > + - env: CONFIG="--enable-gprof --disable-pie" > + compiler: gcc > + - env: CONFIG="--enable-gcov --disable-pie" > compiler: gcc > # We manually include builds which we disable "make check" for > - env: CONFIG="--enable-debug --enable-tcg-interpreter" -- Alex Bennée