diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2023-11-20 15:08:20 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-11-23 11:55:32 +0000 |
commit | aa5730b07ebcebf26206a4f70a5118dc469e1160 (patch) | |
tree | 876897198828cc70cac6b7c48259dc673138c8d7 /tests/lcitool/refresh | |
parent | b93c4313f2f40897bdafba15620c8fef6c20e721 (diff) | |
download | qemu-aa5730b07ebcebf26206a4f70a5118dc469e1160.zip qemu-aa5730b07ebcebf26206a4f70a5118dc469e1160.tar.gz qemu-aa5730b07ebcebf26206a4f70a5118dc469e1160.tar.bz2 |
tests/docker: replace fedora-i386 with debian-i686
Fedora is gradually killing off i386 packages in its repos, via a
death-by-1000-cuts process. Thus Debian looks like a better long
term bet for i686 build testing. It has the added advantage that
we can generate it via lcitool too.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20231107164109.1449014-1-berrange@redhat.com>
[AJB: tweak commit msg, set correct prefix]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231120150833.2552739-2-alex.bennee@linaro.org>
Diffstat (limited to 'tests/lcitool/refresh')
-rwxr-xr-x | tests/lcitool/refresh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index 92e7d30..10c54a3 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -156,6 +156,13 @@ try: trailer=cross_build("arm-linux-gnueabihf-", "arm-softmmu,arm-linux-user")) + generate_dockerfile("debian-i686-cross", "debian-11", + cross="i686", + trailer=cross_build("x86_64-linux-gnu-", + "x86_64-softmmu," + "x86_64-linux-user," + "i386-softmmu,i386-linux-user")) + generate_dockerfile("debian-mips64el-cross", "debian-11", cross="mips64el", trailer=cross_build("mips64el-linux-gnuabi64-", |