]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rust: Fix BOOTSTRAP_CARGO failure during Rust Oe-selftest
authorYash Shinde <Yash.Shinde@windriver.com>
Sat, 29 Jul 2023 07:00:20 +0000 (00:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2023 06:48:33 +0000 (07:48 +0100)
commita48e3612b5dc0e58a89f88a914365e926101c90b
tree015f92e197c3bdf5dc52397f424df927205da39c
parent67644c3fa7d012ad03d0a876a281d5abd5edf7fe
rust: Fix BOOTSTRAP_CARGO failure during Rust Oe-selftest

BOOTSTRAP_CARGO command fails due to codegen flags like `-Cpanic` were
prevented from being reflected in the current target configuration which
leads to Rust build(rust version 1.70) failure in Oe-selftest.

Upstream-Status: Backport [https://github.com/rust-lang/rust/commit/9dffb52738e0b2ccd15af36d4607a709b21e020c]

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/files/bootstrap_fail.patch [new file with mode: 0644]
meta/recipes-devtools/rust/rust-source.inc