tests/lcitool: drop 64 bit guests from i686 cross build
With only TCG available we can't support 64 bit guests on a 32 bit
host.
Fixes: 5c27baf951 (docs/about/deprecated: Deprecate 32-bit x86 hosts for system emulation)
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20251001170947.2769296-5-alex.bennee@linaro.org>
This commit is contained in:
parent
88091789f0
commit
3d8c04b0ee
2 changed files with 1 additions and 3 deletions
|
|
@ -178,7 +178,7 @@ ENV ABI "i686-linux-gnu"
|
|||
ENV MESON_OPTS "--cross-file=i686-linux-gnu"
|
||||
ENV RUST_TARGET "i686-unknown-linux-gnu"
|
||||
ENV QEMU_CONFIGURE_OPTS --cross-prefix=i686-linux-gnu-
|
||||
ENV DEF_TARGET_LIST x86_64-softmmu,x86_64-linux-user,i386-softmmu,i386-linux-user
|
||||
ENV DEF_TARGET_LIST i386-softmmu,i386-linux-user
|
||||
# As a final step configure the user (if env is defined)
|
||||
ARG USER
|
||||
ARG UID
|
||||
|
|
|
|||
|
|
@ -216,8 +216,6 @@ try:
|
|||
generate_dockerfile("debian-i686-cross", "debian-13",
|
||||
cross="i686",
|
||||
trailer=cross_build("i686-linux-gnu-",
|
||||
"x86_64-softmmu,"
|
||||
"x86_64-linux-user,"
|
||||
"i386-softmmu,i386-linux-user"))
|
||||
|
||||
# mips no longer supported in debian-13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue