Sign in
qemu
/
qemu
/
e77abbe98b944990b3ab49c671ec15371904e206
/
tests
/
docker
2e1d6bd
docker: add mipsel build target
by Philippe Mathieu-Daudé
· 8 years ago
c9c06eb
docker: add extra libs to s390x target to extend codebase coverage
by Philippe Mathieu-Daudé
· 8 years ago
905bf0e
docker: add extra libs to arm64 target to extend codebase coverage
by Philippe Mathieu-Daudé
· 8 years ago
32809e7
docker: add extra libs to armhf target to extend codebase coverage
by Philippe Mathieu-Daudé
· 8 years ago
8a98bfc
docker: use eatmydata in debian arm64 image
by Philippe Mathieu-Daudé
· 8 years ago
8a48be0
docker: use eatmydata in debian armhf image
by Philippe Mathieu-Daudé
· 8 years ago
96e659d
docker: use eatmydata, install common build packages in base image
by Philippe Mathieu-Daudé
· 8 years ago
cf80eb8
docker: use better regex to generate deb-src entries
by Philippe Mathieu-Daudé
· 8 years ago
2c1c31e
docker: install ca-certificates package in base image
by Philippe Mathieu-Daudé
· 8 years ago
438d116
docker: rebuild image if 'extra files' checksum does not match
by Philippe Mathieu-Daudé
· 8 years ago
4c84f66
docker: add --include-files argument to 'build' command
by Philippe Mathieu-Daudé
· 8 years ago
2499ee9
docker: let _copy_with_mkdir() sub_path argument be optional
by Philippe Mathieu-Daudé
· 8 years ago
7af25f9
docker: update qemu:debian base following stretch release
by Alex Bennée
· 8 years ago
79f2456
docker: Add flex and bison to centos6 image
by Fam Zheng
· 8 years ago
80c58a5
docker: Add libaio to fedora image
by Fam Zheng
· 8 years ago
73a27bb
docker: Add bzip2 and hostname to fedora image
by Fam Zheng
· 8 years ago
f9f65a4
docker: Run tests with current user
by Fam Zheng
· 8 years ago
8ba1e5f
docker/dockerfiles/debian-s390-cross: include clang
by Alex Bennée
· 8 years ago
06cc355
tests/docker: support proxy / corporate firewall
by Philippe Mathieu-Daudé
· 8 years ago
267004d
new: dockerfiles/debian-s390-cross
by Alex Bennée
· 8 years ago
a8f159d
docker: Install python2 explicitly in docker image
by Fam Zheng
· 8 years ago
24e0131
new: debian docker targets for cross-compiling
by Alex Bennée
· 8 years ago
414a8ce
tests/docker: add basic user mapping support
by Alex Bennée
· 8 years ago
e86c9a6
tests/docker/Makefile.include: add a generic docker-run target
by Alex Bennée
· 8 years ago
86a17cb
tests/docker: make test-mingw honour TARGET_LIST
by Alex Bennée
· 8 years ago
bdecba6
tests/docker: test-build script
by Alex Bennée
· 8 years ago
8b9b317
tests/docker: add travis dockerfile
by Alex Bennée
· 8 years ago
0bdb12c
rules.mak: quiet-command: Split command name and args to print
by Peter Maydell
· 8 years ago
c16fe84
docker: Build in a clean directory
by Fam Zheng
· 8 years ago
9b77336
docker: exec $CMD
by Fam Zheng
· 8 years ago
97cba1a
docker: Terminate instances at SIGTERM and SIGHUP
by Fam Zheng
· 8 years ago
ec960b9
docker: Support showing environment information
by Fam Zheng
· 8 years ago
9445c28
docker: Print used options before doing configure
by Fam Zheng
· 8 years ago
3d3a6eb
docker: Flatten default target list in test-quick
by Fam Zheng
· 8 years ago
a2bd725
docker: Update fedora image to latest
by Fam Zheng
· 8 years ago
5008fc7
docker: Generate /packages.txt in ubuntu image
by Fam Zheng
· 8 years ago
28a0ccc
docker: Generate /packages.txt in fedora image
by Fam Zheng
· 8 years ago
a34ac8d
docker: Generate /packages.txt in centos6 image
by Fam Zheng
· 8 years ago
0679f98
docker: Handle exceptions when looking for docker command
by Eduardo Habkost
· 8 years ago
f8042de
docker: silence debootstrap when --quiet is given
by Sascha Silbe
· 8 years ago
ae2f659
docker: build debootstrap after cloning
by Sascha Silbe
· 8 years ago
0026313
docker: make sure debootstrap is at least 1.0.67
by Sascha Silbe
· 8 years ago
a351b4b
docker: print warning if EXECUTABLE is not set when building debootstrap image
by Sascha Silbe
· 8 years ago
341edc0
docker: debian-bootstrap.pre: print helpful message if DEB_ARCH/DEB_TYPE unset
by Sascha Silbe
· 8 years ago
b5dc88c
docker: debian-bootstrap.pre: print error messages to stderr
by Sascha Silbe
· 8 years ago
08f4e8d
docker: avoid dependency on 'realpath' package
by Sascha Silbe
· 8 years ago
c977257
docker.py: don't hang on large docker output
by Sascha Silbe
· 8 years ago
9af4c17
docker: Add a glib2-2.22 image
by Fam Zheng
· 9 years ago
4a93f78
docker: Add "--enable-werror" to configure command line
by Fam Zheng
· 9 years ago
95d203c
docker: Be compatible with older docker
by Fam Zheng
· 9 years ago
b7c851b
docker: pass EXECUTABLE to build script
by Alex Bennée
· 9 years ago
ff31e22
docker: Don't start a container that doesn't exist
by Fam Zheng
· 9 years ago
4b08af6
docker: Add "images" subcommand to docker.py
by Fam Zheng
· 9 years ago
1ad76b8
docker: Fix exit code if $CMD failed
by Fam Zheng
· 9 years ago
c815851
docker: More sensible run script
by Fam Zheng
· 9 years ago
6e733da
tests/docker/docker.py: add update operation
by Alex Bennée
· 9 years ago
95c9750
tests/docker/dockerfiles: new debian-bootstrap.docker
by Alex Bennée
· 9 years ago
920776e
tests/docker/docker.py: check and run .pre script
by Alex Bennée
· 9 years ago
504ca3c
tests/docker/docker.py: support --include-executable
by Alex Bennée
· 9 years ago
a9f8d03
tests/docker/docker.py: docker_dir outside build
by Alex Bennée
· 9 years ago
d3a49cb
tests/docker: build all targets in test-clang
by Paolo Bonzini
· 9 years ago
78465d7
tests/docker: support travis test with fedora image
by Paolo Bonzini
· 9 years ago
8080214
tests/docker: remove unused feature "ccache"
by Paolo Bonzini
· 9 years ago
2346b12
tests/docker: fix test-mingw
by Paolo Bonzini
· 9 years ago
53735f0
tests/docker: make test-full build all targets, not none
by Paolo Bonzini
· 9 years ago
34c98c5
tests/docker: fix make-archive-maybe
by Paolo Bonzini
· 9 years ago
d5aebef
docker: Don't use eval trick on Makefile
by Eduardo Habkost
· 9 years ago
35e0f95
docker: Add EXTRA_CONFIGURE_OPTS
by Fam Zheng
· 9 years ago
d5bd789
docker: Add travis tool
by Fam Zheng
· 9 years ago
c4f0eed
docker: Add mingw test
by Fam Zheng
· 9 years ago
c890857
docker: Add clang test
by Fam Zheng
· 9 years ago
d710ac8
docker: Add full test
by Fam Zheng
· 9 years ago
b7899d6
docker: Add quick test
by Fam Zheng
· 9 years ago
3568f98
docker: Add common.rc
by Fam Zheng
· 9 years ago
b344aa9
docker: Add test runner
by Fam Zheng
· 9 years ago
ca853f0
docker: Add images
by Fam Zheng
· 9 years ago
324027c
Makefile: Rules for docker testing
by Fam Zheng
· 9 years ago
4485b04
tests: Add utilities for docker testing
by Fam Zheng
· 9 years ago