mbox

[PULL,0/1] Travis speed-up

Message ID 20180209141514.18840-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/pull-travis-speedup-090218-1

Message

Alex Bennée Feb. 9, 2018, 2:15 p.m. UTC
The following changes since commit 04bb7fe2bf55bdf66d5b7a5a719b40bbb4048178:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180208' into staging (2018-02-08 17:41:15 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-travis-speedup-090218-1

for you to fetch changes up to 04200a1674bfc20784f1fc105cbc22bd9be779e8:

  .travis.yml: add --disable-linux-user for some jobs (2018-02-09 14:09:24 +0000)

----------------------------------------------------------------
One patch to mitigate Travis timeouts

----------------------------------------------------------------
Alex Bennée (1):
      .travis.yml: add --disable-linux-user for some jobs

 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Maydell Feb. 9, 2018, 5:44 p.m. UTC | #1
On 9 February 2018 at 14:15, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit 04bb7fe2bf55bdf66d5b7a5a719b40bbb4048178:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180208' into staging (2018-02-08 17:41:15 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-travis-speedup-090218-1
>
> for you to fetch changes up to 04200a1674bfc20784f1fc105cbc22bd9be779e8:
>
>   .travis.yml: add --disable-linux-user for some jobs (2018-02-09 14:09:24 +0000)
>
> ----------------------------------------------------------------
> One patch to mitigate Travis timeouts
>
> ----------------------------------------------------------------
> Alex Bennée (1):
>       .travis.yml: add --disable-linux-user for some jobs
>
>  .travis.yml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>

Applied, thanks.

-- PMM