Paolo Bonzini and Alex Bennée
c4575b5915
configure: store container engine in config-host.mak
...
In preparation for removing $(DOCKER_SCRIPT) from the tests/tcg configuration
files, have Make use the same container engine that had been probed at
configure time.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20220929114231.583801-19-alex.bennee@linaro.org >
2022-10-06 11:53:40 +01:00
Alex Bennée
d996f0aeb2
tests/docker: remove the Debian base images
...
We no longer use these in any of our images. Clean-up the remaining
comments and documentation that reference them and remove from the
build.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220914155950.804707-31-alex.bennee@linaro.org >
2022-09-20 17:22:08 +01:00
Alex Bennée
4239162add
tests/docker: update and flatten debian-toolchain
...
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile as we do not need anything from the base image to
build the toolchain. This is used to build both the nios and
microblaze toolchains.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220914155950.804707-29-alex.bennee@linaro.org >
2022-09-20 17:22:08 +01:00
Alex Bennée
35782a1b9a
tests/docker: update and flatten debian-loongarch-cross
...
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile. We really don't need the rest of the stuff from the
QEMU base image just to compile test images. In this case it is a
binary distribution of the toolchain anyway.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-27-alex.bennee@linaro.org >
2022-09-20 17:22:08 +01:00
Alex Bennée
cd150e19e8
tests/docker: update and flatten debian-amd64-cross
...
Now lcitool has support for building a x86_64 cross image we can use
it for this.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Acked-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-26-alex.bennee@linaro.org >
2022-09-20 17:22:08 +01:00
Alex Bennée
b6fafe5b3e
tests/docker: update and flatten debian-all-test-cross
...
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile. We also need to ensure we install clang as it is
used for those builds as well.
It would be nice to port this to lcitool but for now this will do.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220914155950.804707-24-alex.bennee@linaro.org >
2022-09-20 17:22:08 +01:00
Alex Bennée
fab08026a2
tests/docker: flatten debian-riscv64-test-cross
...
Flatten into a single dockerfile and update to match the rest of the
test cross compile dockerfiles.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220914155950.804707-23-alex.bennee@linaro.org >
2022-09-20 17:22:08 +01:00
Alex Bennée
54ab3c3fee
Deprecate 32 bit big-endian MIPS
...
It's becoming harder to maintain a cross-compiler to test this host
architecture as the old stable Debian 10 ("Buster") moved into LTS
which supports fewer architectures. For now:
- mark it's deprecation in the docs
- downgrade the containers to build TCG tests only
- drop the cross builds from our CI
Users with an appropriate toolchain and user-space can still take
their chances building it.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Reviewed-by: Huacai Chen <chenhuacai@kernel.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220914155950.804707-22-alex.bennee@linaro.org >
2022-09-20 17:22:08 +01:00
Alex Bennée
0068cf8bd2
tests/docker: remove amd64 qemu/debian10 dependency
...
We missed removing this dependency when we flattened the build.
Fixes 9e19fd7d4a (tests/docker: update debian-amd64 with lcitool)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-17-alex.bennee@linaro.org >
2022-09-20 16:27:35 +01:00
Alex Bennée
95b0af40de
tests/docker: remove tricore qemu/debian10 dependency
...
We missed removing this dependency when we flattened the build.
Fixes: 39ce923732 (gitlab: enable a very minimal build with the tricore container)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-16-alex.bennee@linaro.org >
2022-09-20 16:27:35 +01:00
Alex Bennée
0fd8f7a2df
tests/docker: flatten debian-powerpc-test-cross
...
Flatten into a single dockerfile. We really don't need the rest of the
stuff from the QEMU base image just to compile test images.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-15-alex.bennee@linaro.org >
2022-09-20 16:27:31 +01:00
Alex Bennée
6ede0767ba
tests/docker: update and flatten debian-sparc64-cross
...
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile. We really don't need the rest of the stuff from
the QEMU base image just to compile test images.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-14-alex.bennee@linaro.org >
2022-09-20 16:27:28 +01:00
Alex Bennée
376c4109af
tests/docker: update and flatten debian-sh4-cross
...
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile. We really don't need the rest of the stuff from
the QEMU base image just to compile test images.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-13-alex.bennee@linaro.org >
2022-09-20 16:27:24 +01:00
Alex Bennée
2d2a154be7
tests/docker: update and flatten debian-mips64-cross
...
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile. We really don't need the rest of the stuff from
the QEMU base image just to compile test images.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-12-alex.bennee@linaro.org >
2022-09-20 16:27:20 +01:00
Alex Bennée
7785500236
tests/docker: update and flatten debian-m68k-cross
...
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile. We really don't need the rest of the stuff from
the QEMU base image just to compile test images.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-11-alex.bennee@linaro.org >
2022-09-20 16:27:17 +01:00
Alex Bennée
8b03418760
tests/docker: update and flatten debian-hppa-cross
...
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile. We really don't need the rest of the stuff from
the QEMU base image just to compile test images.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-10-alex.bennee@linaro.org >
2022-09-20 16:27:12 +01:00
Alex Bennée
d9df358f53
tests/docker: update and flatten debian-alpha-cross
...
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile. We really don't need the rest of the stuff from
the QEMU base image just to compile test images.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20220914155950.804707-9-alex.bennee@linaro.org >
2022-09-20 16:27:08 +01:00
Richard Henderson
b70ec50b9d
tests/docker/dockerfiles: Add debian-loongarch-cross.docker
...
Use the pre-packaged toolchain provided by Loongson via github.
Tested-by: Song Gao <gaosong@loongson.cn >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220704070824.965429-1-richard.henderson@linaro.org >
2022-07-19 21:53:58 +05:30
Alex Bennée
ab698a4d8b
tests/docker: fix the IMAGE for build invocation
...
We inadvertently broke the ability to run local builds when the code
was re-factored. The result was the run stanza failing to find the
docker image with it's qemu/ prefix.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Fixes: d39eaa2266 ("tests/docker: simplify docker-TEST@IMAGE targets")
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220613171258.1905715-5-alex.bennee@linaro.org >
2022-06-14 00:15:06 +01:00
Alex Bennée
4ec740e12d
tests/docker: update debian-ppc64el-cross with lcitool
...
Use lcitool to update debian-ppc64el-cross to a Debian 11 based system.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com >
Message-Id: <20220527153603.887929-11-alex.bennee@linaro.org >
2022-06-01 13:08:09 +01:00
Alex Bennée
1e834d1714
tests/docker: update debian-mips64el-cross with lcitool
...
Use lcitool to update debian-mips64el-cross to a Debian 11 based system.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com >
Message-Id: <20220527153603.887929-10-alex.bennee@linaro.org >
2022-06-01 13:08:09 +01:00
Alex Bennée
432ae739c6
tests/docker: update debian-mipsel-cross with lcitool
...
Use lcitool to update debian-mipsel-cross to a Debian 11 based system.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com >
Message-Id: <20220527153603.887929-9-alex.bennee@linaro.org >
2022-06-01 13:08:09 +01:00
Alex Bennée
9480624187
tests/docker: update debian-armel-cross with lcitool
...
Use lcitool to update debian-armel-cross to a Debian 11 based system.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com >
Message-Id: <20220527153603.887929-8-alex.bennee@linaro.org >
2022-06-01 13:08:09 +01:00
Alex Bennée
18ad049d90
tests/docker: update debian-armhf-cross with lcitool
...
Use lcitool to update debian-armhf-cross to a Debian 11 based system.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com >
Message-Id: <20220527153603.887929-7-alex.bennee@linaro.org >
2022-06-01 13:08:09 +01:00
Paolo Bonzini and Alex Bennée
77162849a6
tests/docker: remove SKIP_DOCKER_BUILD
...
It is now unused.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Message-Id: <20220401141326.1244422-17-pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-20-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
Paolo Bonzini and Alex Bennée
426045aed8
tests/docker: do not duplicate rules for hexagon-cross
...
The commands for docker-image-debian-hexagon-cross are the same as those
in debian-toolchain-run, just with a nonstandard path to build-toolchain.sh.
Reuse the definition by renaming the debian-hexagon-cross.docker.d directory.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Message-Id: <20220401141326.1244422-9-pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-12-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
Paolo Bonzini and Alex Bennée
d39eaa2266
tests/docker: simplify docker-TEST@IMAGE targets
...
No need to go through the shell when we already have the test and images at
the point where the targets are declared.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Message-Id: <20220401141326.1244422-8-pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-11-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
Paolo Bonzini and Alex Bennée
bbb5ba8633
tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)
...
Now that DOCKER_IMAGES is only defined after DOCKER_VIRTUAL_IMAGES is
complete, there is no need to re-filter DOCKER_IMAGES against it.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Message-Id: <20220401141326.1244422-7-pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-10-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
Paolo Bonzini and Alex Bennée
79bd3ae9d3
tests/docker: inline variable definitions or move close to use
...
Variables that are defined with ":=" are handled imperatively, so moving
them closer to the first use ensures that all the assignments prior to
the first use are taken into account.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Message-Id: <20220401141326.1244422-6-pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-9-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
Paolo Bonzini and Alex Bennée
1d64909543
tests/docker: remove unnecessary default definitions
...
The definition of DOCKER_IMAGES and DOCKER_TESTS copes already with an
empty value of $(IMAGES) and $(TESTS), no need to force them to "%" if
undefined.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Message-Id: <20220401141326.1244422-5-pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-8-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
Paolo Bonzini and Alex Bennée
681b685571
tests/docker: remove dead variable
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Reviewed-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20220401141326.1244422-4-pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-7-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
Paolo Bonzini and Alex Bennée
28766b9eb4
tests/docker: remove test targets
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Message-Id: <20220401141326.1244422-3-pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-6-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
Paolo Bonzini and Alex Bennée
42ae4b0ef4
tests/docker: remove dead code for linux-user containers
...
debian-powerpc-user-cross was the only linux-user powered cross builder
and it was removed in commit 80394ccf21 ("tests/docker: remove
debian-powerpc-user-cross", 2019-09-26). Remove all the infrastructure
around it since it is now unused.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Reviewed-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20220401141326.1244422-2-pbonzini@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-5-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
Alex Bennée
7d5817a426
tests/docker: introduce debian-riscv64-test-cross
...
Cross building QEMU for riscv64 still involves messing about with sid
and ports. However for building tests we can have a slimmer compiler
only container which should be more stable.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220225172021.3493923-7-alex.bennee@linaro.org >
2022-02-28 16:42:02 +00:00
Alex Bennée
89767579ca
tests/docker: update debian-s390x-cross with lcitool
...
A later compiler is needed for some upcomming tests so we might as
well migrate to an lcitool generated docker file.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Cc: David Hildenbrand <david@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220225172021.3493923-6-alex.bennee@linaro.org >
2022-02-28 16:42:02 +00:00
Alex Bennée
e3000245a0
tests/docker: update debian-arm64-cross with lcitool
...
Using lcitool update debian-arm64-cross to a Debian 11 based system.
As a result we can drop debian-arm64-test-cross just for building
tests.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220225172021.3493923-5-alex.bennee@linaro.org >
2022-02-28 16:42:02 +00:00
Alex Bennée
5dbefb87aa
tests/docker: add NOUSER for alpine image
...
The alpine image doesn't have a standard useradd binary so disable
this convenience feature for it.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220225172021.3493923-3-alex.bennee@linaro.org >
2022-02-28 16:41:53 +00:00
Alex Bennée
be20302ae8
tests/docker: restore TESTS/IMAGES filtering
...
This was broken in the re-factor:
e86c9a64f4 ("tests/docker/Makefile.include: add a generic docker-run target")
Rather than unwind the changes just apply the filters to the total set
of available images and tests. That way we don't inadvertently build
images only not to use them later.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reported-by: Alex Williamson <alex.williamson@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220225172021.3493923-2-alex.bennee@linaro.org >
2022-02-28 16:41:44 +00:00
Alex Bennée
d47e3751b5
tests/docker: force NOUSER=1 for base images
...
As base images are often used to build further images like toolchains
ensure we don't add the local user by accident. The local user should
only exist on local images and not anything that gets pushed up to the
public registry.
Reported-by: Richard Henderson <richard.henderson@linaro.org >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Message-Id: <20211115142915.3797652-2-alex.bennee@linaro.org >
2021-11-16 16:19:44 +00:00
Alex Bennée
a7181a2876
tests/docker: split PARTIAL into PARTIAL and VIRTUAL images
...
This is mostly to ensure we don't include the toolchain and bootstrap
builds in DOCKER_IMAGES which is useful when verifying all images
still build.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Willian Rampazzo <willianr@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20211026102234.3961636-10-alex.bennee@linaro.org >
2021-11-04 10:32:01 +00:00
Richard Henderson and Alex Bennée
b58a4e688a
tests/docker: Add debian-microblaze-cross image
...
Build the entire cross tool chain from source.
For this reason, default to caching.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
[AJB: Update MAINTAINERS]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20211014224435.2539547-7-richard.henderson@linaro.org >
Reviewed-by: Willian Rampazzo <willianr@redhat.com >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Message-Id: <20211026102234.3961636-7-alex.bennee@linaro.org >
2021-11-04 10:32:00 +00:00
Richard Henderson and Alex Bennée
2eb4461ad5
tests/docker: Add debian-nios2-cross image
...
Build the entire cross tool chain from source.
For this reason, default to caching.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
[AJB: honour NOUSER in cached fetch and build, update MAINTAINERS]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20211014224435.2539547-6-richard.henderson@linaro.org >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Reviewed-by: Willian Rampazzo <willianr@redhat.com >
Message-Id: <20211026102234.3961636-6-alex.bennee@linaro.org >
2021-11-04 10:31:32 +00:00
Alex Bennée
17888749ba
tests/docker: add a debian-native image and make available
...
This image is intended for building whatever the native versions of
QEMU are for the host architecture. This will hopefully be an aid for
3rd parties who want to be able to build QEMU themselves without
redoing all the dependencies themselves.
We disable the registry because we currently don't have multi-arch
support there.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Tested-by: Anders Roxell <anders.roxell@linaro.org >
Acked-by: Willian Rampazzo <willianr@redhat.com >
Message-Id: <20210922151528.2192966-1-alex.bennee@linaro.org >
2021-10-12 08:38:10 +01:00
Alex Bennée
5c24acf320
tests/docker: promote debian-riscv64-cross to a full image
...
To be able to cross build QEMU itself we need to include a few more
libraries. These are only available in Debian's unstable ports repo
for now so we need to base the riscv64 image on sid with the the
minimal libs needed to build QEMU (glib/pixman).
The result works but is not as clean as using build-dep to bring in
more dependencies. However sid is by definition a shifting pile of
sand and by keeping the list of libs minimal we reduce the chance of
having an image we can't build. It's good enough for a basic cross
build testing of TCG.
Cc: "Daniel P. Berrangé" <berrange@redhat.com >
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20210914185830.1378771-2-richard.henderson@linaro.org >
[AJB: tweak allow_failure]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20210917162332.3511179-5-alex.bennee@linaro.org >
2021-10-12 08:37:05 +01:00
Richard Henderson
6a2b0fd171
tests/docker: Remove fedora-i386-cross from DOCKER_PARTIAL_IMAGES
...
The image was upgraded to a full image in ee381b7fe1 .
This makes it possible to use docker-test@image syntax
with this container.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com >
Message-Id: <20210930163636.721311-2-richard.henderson@linaro.org >
2021-10-05 16:53:17 -07:00
Matheus Ferst and Alex Bennée
cf9b6d215e
tests/docker: gcc-10 based images for ppc64{,le} tests
...
A newer compiler is needed to build tests for Power10 instructions. As
done for arm64 on c729a99d27 , a new '-test-cross' image is created for
ppc64 and ppc64le. As done on 936fda4d77 , a test for compiler support
is added to verify that the toolchain in use has '-mpower10'. Finally,
Unused images (docker-power-cross and docker-ppc64-cross) are removed.
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20210423205757.1752480-2-matheus.ferst@eldorado.org.br >
Message-Id: <20210512102051.12134-27-alex.bennee@linaro.org >
2021-05-18 09:36:21 +01:00
Alessandro Di Federico and Alex Bennée
afbdf0a44e
docker: Add Hexagon image
...
This image is a little special because it takes a long time to build.
As such most users don't want to be doing that and just pull random
binaries from the ether as intended by the container gods. This
involves someone with credentials and a beefy machine running:
make docker-image-debian-hexagon-cross V=1 NOCACHE=1 J=30
docker tag qemu/debian-hexagon-cross registry.gitlab.com/qemu-project/qemu/qemu/debian-hexagon-cross
docker push registry.gitlab.com/qemu-project/qemu/qemu/debian-hexagon-cross
With a suitable binary in the "cloud" a normal user will run:
make docker-image-debian-hexagon-cross
or have it run for them through the dependency mechanism of our
over-engineered makefiles and get the binary they wanted. There are a
few wrinkles of course including needing to tweak the final image to
have the credentials of the user so we can actually do our cross
compiles.
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Reviewed-by: Willian Rampazzo <willianr@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Cc: Alessandro Di Federico <ale@rev.ng >
Cc: Philippe Mathieu-Daudé <f4bug@amsat.org >
Cc: Brian Cain <bcain@quicinc.com >
Message-Id: <20210512102051.12134-7-alex.bennee@linaro.org >
2021-05-18 09:35:39 +01:00
Alex Bennée
8d628d075d
tests/docker: make executable an optional argument to "update"
...
We're going to extend the abilities of the command shortly.
Reviewed-by: Willian Rampazzo <willianr@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20210512102051.12134-4-alex.bennee@linaro.org >
2021-05-18 09:35:39 +01:00
Alex Bennée
34019198a1
tests/docker: don't set DOCKER_REGISTRY on non-x86_64
...
Currently our gitlab registry is x86_64 only so attempting to pull an
image from it on something else will end in tears.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Willian Rampazzo <willianr@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20210401102530.12030-3-alex.bennee@linaro.org >
2021-04-06 15:04:42 +01:00
Daniel P. Berrangé and Alex Bennée
d79f5c8b23
tests/docker: remove travis container
...
The travis container that we have no longer matches what travis
currently uses. As all x86 jobs are being moved to GitLab CI too,
there is no compelling reason to update the travis container. It
is simpler to just remove it.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com >
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com >
Message-Id: <20210209135011.1224992-2-berrange@redhat.com >
Message-Id: <20210211122750.22645-9-alex.bennee@linaro.org >
2021-02-15 09:38:33 +00:00