From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evluT-0002g0-Go for qemu-devel@nongnu.org; Tue, 13 Mar 2018 11:32:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evluS-0004CZ-Mt for qemu-devel@nongnu.org; Tue, 13 Mar 2018 11:32:17 -0400 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:44987) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evluS-0004Bd-Gf for qemu-devel@nongnu.org; Tue, 13 Mar 2018 11:32:16 -0400 Received: by mail-wr0-x241.google.com with SMTP id v65so23927152wrc.11 for ; Tue, 13 Mar 2018 08:32:16 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 13 Mar 2018 15:32:10 +0000 Message-Id: <20180313153210.28264-5-alex.bennee@linaro.org> In-Reply-To: <20180313153210.28264-1-alex.bennee@linaro.org> References: <20180313153210.28264-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v1 4/4] .travis.yml: add --disable-tools to the modules build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: berrange@redhat.com, peter.maydell@linaro.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , Fam Zheng , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= The tools are already built elsewhere so we might as well not build it here as we just need to test the modules build of QEMU itself. Signed-off-by: Alex Bennée --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1e99237b2..373181c109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ env: - CONFIG="--disable-user" - CONFIG="--enable-debug --enable-debug-tcg" - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user" - - CONFIG="--enable-modules --disable-linux-user" + - CONFIG="--enable-modules --disable-tools --disable-linux-user" - CONFIG="--with-coroutine=ucontext --disable-linux-user" - CONFIG="--with-coroutine=sigaltstack --disable-linux-user" git: -- 2.16.2