mbox series

[PULL,0/7] Travis updates

Message ID 20180601162101.895-1-alex.bennee@linaro.org
Headers show
Series Travis updates | expand

Message

Alex Bennée June 1, 2018, 4:20 p.m. UTC
The following changes since commit c25e8bba1f546ea72744ccfab77f8a9e8a323be8:

  Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180601' into staging (2018-06-01 13:11:30 +0100)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-travis-updates-010618-1

for you to fetch changes up to ac07ffc65472ec3b1255f427051481fc9050a2f8:

  .travis.yml: update GCC sanitizer build to GCC 7 (2018-06-01 15:00:54 +0100)

----------------------------------------------------------------
Some Travis & Docker updates

 - simplification of the build matrix
 - usability tweaks for docker
 - update Travis docker image

----------------------------------------------------------------
Alex Bennée (5):
      .travis.yml: disable linux-user build for gcov
      docker: update Travis docker image
      .travis.yml: rationalise clang testing
      .travis.yml: make current setup explicit
      .travis.yml: update GCC sanitizer build to GCC 7

Philippe Mathieu-Daudé (2):
      docker: sort images list displayed by 'make docker'
      docker: do not display deprecated images in 'make docker' help

 .travis.yml                            | 84 +++++++---------------------------
 tests/docker/Makefile.include          |  5 +-
 tests/docker/dockerfiles/travis.docker |  9 +++-
 3 files changed, 27 insertions(+), 71 deletions(-)

--
2.17.0

Comments

Peter Maydell June 4, 2018, 9:14 a.m. UTC | #1
On 1 June 2018 at 17:20, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit c25e8bba1f546ea72744ccfab77f8a9e8a323be8:

>

>   Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180601' into staging (2018-06-01 13:11:30 +0100)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-travis-updates-010618-1

>

> for you to fetch changes up to ac07ffc65472ec3b1255f427051481fc9050a2f8:

>

>   .travis.yml: update GCC sanitizer build to GCC 7 (2018-06-01 15:00:54 +0100)

>

> ----------------------------------------------------------------

> Some Travis & Docker updates

>

>  - simplification of the build matrix

>  - usability tweaks for docker

>  - update Travis docker image

>


Applied, thanks.

-- PMM