]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/docker: make --enable-rust overridable with EXTRA_CONFIGURE_OPTS
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 7 Oct 2025 15:34:05 +0000 (19:34 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Oct 2025 07:48:35 +0000 (09:48 +0200)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Link: https://lore.kernel.org/r/20251007153406.421032-1-marcandre.lureau@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/docker/common.rc

index 752f4f3aed9a62a25a7ff58de776f3fa20163dff..79d533ab2e50057e932e00721ab8eaee75c804e0 100755 (executable)
@@ -53,8 +53,8 @@ configure_qemu()
     config_opts="--enable-werror \
                  ${TARGET_LIST:+--target-list=${TARGET_LIST}} \
                  --prefix=$INSTALL_DIR \
-                 $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS \
                  $enable_rust \
+                 $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS \
                  $@"
     echo "Configure options:"
     echo $config_opts