[PATCH 09/11] lcitool: enable Rust for Windows cross targets
Paolo Bonzini <[email protected]>
| Newsgroups | org.nongnu.qemu-rust,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
The issue that is mentioned in the comment has been fixed. Signed-off-by: Paolo Bonzini <[email protected]> --- tests/docker/dockerfiles/fedora-win64-cross.docker | 2 ++ tests/lcitool/refresh | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/docker/dockerfiles/fedora-win64-cross.docker b/tests/docker/dockerfiles/fedora-win64-cross.docker index 4f743c00434..c5e1fcebf51 100644 --- a/tests/docker/dockerfiles/fedora-win64-cross.docker +++ b/tests/docker/dockerfiles/fedora-win64-cross.docker @@ -120,3 +120,5 @@ ARG USER ARG UID RUN if [ "${USER}" ]; then \ id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi + +ENV ENABLE_RUST 1 diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index 9df607a55f8..01a71929542 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -291,10 +291,7 @@ try: project='qemu,qemu-win-installer', cross="mingw64", trailer=cross_build("x86_64-w64-mingw32-", - "x86_64-softmmu"), - # linking with rust is buggy: - # https://github.com/mesonbuild/meson/pull/14991 - enable_rust=False) + "x86_64-softmmu")) # We also generate some docker files with minimal dependencies and # as many cross-compilers as Debian will package for building TCG -- 2.52.0