From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOmnb-0005qV-OI for qemu-devel@nongnu.org; Fri, 01 Jun 2018 12:21:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOmnY-0003mN-KC for qemu-devel@nongnu.org; Fri, 01 Jun 2018 12:21:07 -0400 Received: from mail-wr0-x233.google.com ([2a00:1450:400c:c0c::233]:34198) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOmnY-0003le-BM for qemu-devel@nongnu.org; Fri, 01 Jun 2018 12:21:04 -0400 Received: by mail-wr0-x233.google.com with SMTP id a12-v6so1918962wro.1 for ; Fri, 01 Jun 2018 09:21:04 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 1 Jun 2018 17:20:54 +0100 Message-Id: <20180601162101.895-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/7] Travis updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, berrange@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= 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