qemu/tests/docker
Alex Bennée 67659ab1eb docker: update Travis docker image
This is still poorly documented by Travis but according to:

  https://docs.travis-ci.com/user/common-build-problems/#Running-a-Container-Based-Docker-Image-Locally

their reference images are now hosted on Docker Hub. So we update the
FROM line to refer to the new default image. We also need a few
additional tweaks:

  - re-enable deb-src lines for our build-dep install
  - add explicit PATH definition for tools
  - force the build USER to be Travis
  - add clang to FEATURES for our test-clang machinery

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
2018-06-01 15:00:54 +01:00
..
dockerfiles docker: update Travis docker image 2018-06-01 15:00:54 +01:00
Makefile.include docker: do not display deprecated images in 'make docker' help 2018-06-01 14:55:03 +01:00
common.rc docker: dump 'config.log' if ./configure fails 2018-04-09 15:13:02 +08:00
docker.py docker: Improved image checksum 2017-11-08 10:59:21 +08:00
run docker: Inline "prep_fail" in run script 2018-04-09 15:13:02 +08:00
test-block
test-build
test-clang tests/docker: add test-debug 2018-01-12 13:22:02 +01:00
test-debug tests: make docker-test-debug@fedora run sanitizers 2018-03-13 01:19:56 +08:00
test-full Revert "docker: Enable features explicitly in test-full" 2017-12-20 22:01:23 +08:00
test-mingw tests/docker: add test-debug 2018-01-12 13:22:02 +01:00
test-quick
travis
travis.py