On 2025-12-10 5:18 a.m., [email protected] wrote:
From: Yash Shinde<[email protected]>
https://blog.rust-lang.org/2025/11/10/Rust-1.91.1/
Test results summary:
rust v1.91.1
+-----------+--------+---------+
| Machine | Passed | Ignored |
+-----------+--------+---------+
| arm-32 | 29,968 | 1,510 |
| arm-64 | 30,071 | 1,447 |
| x86-32 | 29,985 | 1,489 |
| x86-64 | 30,229 | 1,247 |
| riscv-64 | 30,045 | 1,472 |
+-----------+--------+---------+
Test results difference (1.91.1 - 1.90):
+-----------+--------+---------+
| Machine | Passed | Ignored |
+-----------+--------+---------+
| arm-32 | +451 | -19 |
| arm-64 | +463 | -24 |
| x86-32 | +477 | -18 |
| x86-64 | +326 | -28 |
| riscv-64 | +461 | -22 |
+-----------+--------+---------+
Nice work on reducing the number of ignored tests!
Only ~1300 more to go ! ;-)
../Randy
Signed-off-by: Yash Shinde<[email protected]>
---
meta/conf/distro/include/tcmode-default.inc | 2 +-
meta/recipes-devtools/rust/{cargo_1.91.0.bb => cargo_1.91.1.bb} | 0
.../rust/{libstd-rs_1.91.0.bb => libstd-rs_1.91.1.bb} | 0
...t-cross-canadian_1.91.0.bb => rust-cross-canadian_1.91.1.bb} | 0
meta/recipes-devtools/rust/rust-source.inc | 2 +-
meta/recipes-devtools/rust/{rust_1.91.0.bb => rust_1.91.1.bb} | 0
6 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/rust/{cargo_1.91.0.bb => cargo_1.91.1.bb} (100%)
rename meta/recipes-devtools/rust/{libstd-rs_1.91.0.bb =>
libstd-rs_1.91.1.bb} (100%)
rename meta/recipes-devtools/rust/{rust-cross-canadian_1.91.0.bb =>
rust-cross-canadian_1.91.1.bb} (100%)
rename meta/recipes-devtools/rust/{rust_1.91.0.bb => rust_1.91.1.bb} (100%)
diff --git a/meta/conf/distro/include/tcmode-default.inc
b/meta/conf/distro/include/tcmode-default.inc
index 01e4c7812b..20acf3524f 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
GCCVERSION ?= "15.%"
SDKGCCVERSION ?= "${GCCVERSION}"
GLIBCVERSION ?= "2.42%"
-RUSTVERSION ?= "1.91.0%"
+RUSTVERSION ?= "1.91.1%"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"
diff --git a/meta/recipes-devtools/rust/cargo_1.91.0.bb
b/meta/recipes-devtools/rust/cargo_1.91.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/cargo_1.91.0.bb
rename to meta/recipes-devtools/rust/cargo_1.91.1.bb
diff --git a/meta/recipes-devtools/rust/libstd-rs_1.91.0.bb
b/meta/recipes-devtools/rust/libstd-rs_1.91.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/libstd-rs_1.91.0.bb
rename to meta/recipes-devtools/rust/libstd-rs_1.91.1.bb
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.91.0.bb
b/meta/recipes-devtools/rust/rust-cross-canadian_1.91.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust-cross-canadian_1.91.0.bb
rename to meta/recipes-devtools/rust/rust-cross-canadian_1.91.1.bb
diff --git a/meta/recipes-devtools/rust/rust-source.inc
b/meta/recipes-devtools/rust/rust-source.inc
index 562bcbf4c5..f714487428 100644
--- a/meta/recipes-devtools/rust/rust-source.inc
+++ b/meta/recipes-devtools/rust/rust-source.inc
@@ -9,7 +9,7 @@ SRC_URI +="https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
file://revert-link-std-statically-in-rustc_driver-feature.patch;patchdir=${RUSTSRC}
\
file://0001-riscv32-Define-plain-syscalls-as-their-time64-varian.patch;patchdir=${RUSTSRC}
\ "
-SRC_URI[rust.sha256sum] =
"9b94161dba3aa32192e0e75f7891912d98095ffb86087b07a05af35a0265a938"
+SRC_URI[rust.sha256sum] =
"66401bb815e236cc6b2aacbbe23b61b286c1fe27a67902e7c0222cfe77b3dbab"
RUSTSRC = "${UNPACKDIR}/rustc-${RUST_VERSION}-src"
diff --git a/meta/recipes-devtools/rust/rust_1.91.0.bb b/meta/recipes-devtools/rust/rust_1.91.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust_1.91.0.bb
rename to meta/recipes-devtools/rust/rust_1.91.1.bb
--
# Randy MacLeod
# Wind River Linux
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#227496):
https://lists.openembedded.org/g/openembedded-core/message/227496
Mute This Topic: https://lists.openembedded.org/mt/116709652/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-