All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org,
	"Fam Zheng" <famz@redhat.com>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: Re: [Qemu-devel] [PATCH v1 4/4] .travis.yml: add --disable-tools to the modules build
Date: Tue, 13 Mar 2018 16:48:04 +0000	[thread overview]
Message-ID: <87efknsz0b.fsf@linaro.org> (raw)
In-Reply-To: <20180313153631.GD3079@redhat.com>


Daniel P. Berrangé <berrange@redhat.com> writes:

> On Tue, Mar 13, 2018 at 03:32:10PM +0000, Alex Bennée wrote:
>> 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 <alex.bennee@linaro.org>
>> ---
>>  .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:
>
> Modules affects the block drivers in particular, which could in theory
> affect the qemu-img, qemu-io and qemu-nbd tools, so possibly worth
> keeping that enabled.... but only if we actually run those tools
> during the job otherwise we're not likely to catch any problems ?

OK, I've dropped this for the pull-req as it shouldn't affect our
timeouts anyway.

>
>
> Regards,
> Daniel


--
Alex Bennée

      reply	other threads:[~2018-03-13 16:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-13 15:32 [Qemu-devel] [PATCH v1 0/4] Travis Build Speed-ups Alex Bennée
2018-03-13 15:32 ` [Qemu-devel] [PATCH v1 1/4] .travis.yml: drop setting default log output Alex Bennée
2018-03-13 15:33   ` Daniel P. Berrangé
2018-03-13 15:32 ` [Qemu-devel] [PATCH v1 2/4] .travis.yml: split default config into system and user Alex Bennée
2018-03-13 15:34   ` Daniel P. Berrangé
2018-03-13 15:32 ` [Qemu-devel] [PATCH v1 3/4] .travis.yml: add --disable-user with the rest of the disables Alex Bennée
2018-03-13 15:34   ` Daniel P. Berrangé
2018-03-13 15:32 ` [Qemu-devel] [PATCH v1 4/4] .travis.yml: add --disable-tools to the modules build Alex Bennée
2018-03-13 15:36   ` Daniel P. Berrangé
2018-03-13 16:48     ` Alex Bennée [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87efknsz0b.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=berrange@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=famz@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.