]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rust: Enable rust oe-selftest.
authorYash Shinde <Yash.Shinde@windriver.com>
Thu, 25 Jan 2024 13:16:03 +0000 (05:16 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jan 2024 14:06:53 +0000 (14:06 +0000)
commit8f3a2841540fc4779bbd7e11d910edcdc8b47683
treec8ef59f6f409cfc0cf49b8d5cc23b8e6b64e023b
parent58a7f3efa9e31e2c7b90e6490f3e51f388e6a7ce
rust: Enable rust oe-selftest.

* Enable rust oe-selftest.

* Include the dependent patches for rust oe-selftest in
  meta/recipes-devtools/rust/rust-source.inc

* Disable rust oe-selftest for mips32 target (Rust upstream has classified it into tier 3 target,
  for which the Rust project does not build or test automatically) as it is unstable with rust tests.
  https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-3

* The testing is done on arm32, arm64, mips64, x86 and  x86_64 targets on Ubuntu 22.04.

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/rust.py
meta/recipes-devtools/rust/rust-source.inc