scripts/rust/rust_root_crate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Generated Rust root crate source files contain the wrong path to the
rust_root_crate.sh script.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
scripts/rust/rust_root_crate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/rust/rust_root_crate.sh b/scripts/rust/rust_root_crate.sh
index 975bddf7f1..f05b8d0210 100755
--- a/scripts/rust/rust_root_crate.sh
+++ b/scripts/rust/rust_root_crate.sh
@@ -4,7 +4,7 @@ set -eu
cat <<EOF
// @generated
-// This file is autogenerated by scripts/rust_root_crate.sh
+// This file is autogenerated by scripts/rust/rust_root_crate.sh
EOF
--
2.51.0
On Tue, Oct 07, 2025 at 03:44:27PM -0400, Stefan Hajnoczi wrote: > Date: Tue, 7 Oct 2025 15:44:27 -0400 > From: Stefan Hajnoczi <stefanha@redhat.com> > Subject: [PATCH] rust: fix path to rust_root_crate.sh > > Generated Rust root crate source files contain the wrong path to the > rust_root_crate.sh script. > > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> > --- > scripts/rust/rust_root_crate.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Queued, thanks. Paolo
On Tue, Oct 7, 2025 at 10:44 PM Stefan Hajnoczi <stefanha@redhat.com> wrote: > > Generated Rust root crate source files contain the wrong path to the > rust_root_crate.sh script. > > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> > --- Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> > scripts/rust/rust_root_crate.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/rust/rust_root_crate.sh b/scripts/rust/rust_root_crate.sh > index 975bddf7f1..f05b8d0210 100755 > --- a/scripts/rust/rust_root_crate.sh > +++ b/scripts/rust/rust_root_crate.sh > @@ -4,7 +4,7 @@ set -eu > > cat <<EOF > // @generated > -// This file is autogenerated by scripts/rust_root_crate.sh > +// This file is autogenerated by scripts/rust/rust_root_crate.sh > > EOF > > -- > 2.51.0 >
On 7/10/25 21:44, Stefan Hajnoczi wrote: > Generated Rust root crate source files contain the wrong path to the > rust_root_crate.sh script. > > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> > --- > scripts/rust/rust_root_crate.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
© 2016 - 2025 Red Hat, Inc.