]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
rust: Upgrade 1.87.0 -> 1.88.0
authorJayasurya Maganuru <Maganuru.Jayasurya@windriver.com>
Mon, 28 Jul 2025 11:54:08 +0000 (04:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Jul 2025 09:47:56 +0000 (10:47 +0100)
commit5afc9bdbabfdbcb784ceb637926111e6c7648f41
tree19eb72ba270ceaa24aadc25cd4006aded234b898
parentacc0c57e455670501433ba4514a977e16dc88c34
rust: Upgrade 1.87.0 -> 1.88.0

Rust stable version updated to 1.88.0.
https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/

* Rebase existing patches with v1.88.0

* Exclude tidy and coverage-dump from OE self-tests due to test failures
  Although the build completes successfully, OE self-tests fail:
  tools/coverage-dump panics during test execution.
  tools/tidy fails due to a mismatched GCC submodule commit.
  These tests are excluded to allow successful OE self-test runs.

* Two tests from the`codegen` modules now fail only on riscv64.
  Enable them on arm32/64 and x86-32/64 targets, while restricting
  them on riscv64 via `only-<target_arch>` tags.

  Bugzilla link - https://bugzilla.yoctoproject.org/show_bug.cgi?id=15944

  Test Results Summary:
  +-----------+--------+---------+
  | Machine   | Passed | Ignored |
  +-----------+--------+---------+
  | arm-32    | 28,664 | 1,451   |
  | arm-64    | 28,748 | 1,396   |
  | x86-32    | 28,657 | 1,432   |
  | x86-64    | 28,904 | 1,213   |
  | riscv-64  | 28,722 | 1,421   |
  +-----------+--------+---------+

Signed-off-by: Jayasurya Maganuru <Maganuru.Jayasurya@windriver.com>
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 files changed:
meta/conf/distro/include/tcmode-default.inc
meta/lib/oeqa/selftest/cases/rust.py
meta/recipes-devtools/rust/cargo_1.88.0.bb [moved from meta/recipes-devtools/rust/cargo_1.87.0.bb with 100% similarity]
meta/recipes-devtools/rust/files/0001-src-core-build_steps-tool.rs-switch-off-lto-for-rust.patch
meta/recipes-devtools/rust/files/repro-issue-fix-with-cc-crate-hashmap.patch
meta/recipes-devtools/rust/files/revert-link-std-statically-in-rustc_driver-feature.patch
meta/recipes-devtools/rust/files/rust-oe-selftest.patch
meta/recipes-devtools/rust/libstd-rs_1.88.0.bb [moved from meta/recipes-devtools/rust/libstd-rs_1.87.0.bb with 100% similarity]
meta/recipes-devtools/rust/rust-cross-canadian_1.88.0.bb [moved from meta/recipes-devtools/rust/rust-cross-canadian_1.87.0.bb with 100% similarity]
meta/recipes-devtools/rust/rust-llvm_1.88.0.bb [moved from meta/recipes-devtools/rust/rust-llvm_1.87.0.bb with 99% similarity]
meta/recipes-devtools/rust/rust-snapshot.inc
meta/recipes-devtools/rust/rust-source.inc
meta/recipes-devtools/rust/rust_1.88.0.bb [moved from meta/recipes-devtools/rust/rust_1.87.0.bb with 100% similarity]