From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Alex Kiernan <alex.kiernan@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-Core][PATCH v2 00/10] Add rust runtime tests
Date: Wed, 21 Dec 2022 22:20:55 +0100 [thread overview]
Message-ID: <Y6N4t46ZSA9ly0Tl@mail.local> (raw)
In-Reply-To: <20221221125306.13779-1-alex.kiernan@gmail.com>
Hello,
This is currently running on the AB and I got the following failures:
https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6375/steps/11/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3985/steps/11/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/63/builds/6334/steps/11/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/107/builds/3960/steps/11/logs/stdio
On 21/12/2022 12:52:55+0000, Alex Kiernan wrote:
>
> This series adds runtime tests for rust and cargo, merges (most of) the
> include files into the base recipes and fixes target cargo builds.
>
> Also add SDK_TOOLCHAIN_LANGS for selection of target toolchains as part
> of packagegroup-core-sdk.
>
> Changes in v2:
> - Drop rust.inc/rust.bb merge, not actually made use of in the change
> set
> - Reorder so cargo test goes after build fixes
>
> Alex Kiernan (10):
> oeqa/runtime/rust: Add basic compile/run test
> libstd-rs: Merge .inc into .bb
> libstd-rs: Move source directory to library/test
> rust-llvm: Merge .inc into .bb
> rust-llvm: Update LLVM_VERSION to match embedded version
> cargo: Merge .inc into .bb
> cargo: Extend DEBUG_PREFIX_MAP to cover vendor
> packagegroup-rust-sdk-target: Add Rust SDK target packagegroup
> packagegroup-core-sdk: Add SDK toolchain language selection support
> oeqa/runtime/rust: Add cargo test
>
> meta/lib/oeqa/files/test.rs | 2 +
> meta/lib/oeqa/runtime/cases/rust.py | 41 ++++++++++
> .../packagegroups/packagegroup-core-sdk.bb | 10 ++-
> .../packagegroup-rust-sdk-target.bb | 14 ++++
> meta/recipes-devtools/cargo/cargo.inc | 69 ----------------
> meta/recipes-devtools/cargo/cargo_1.66.0.bb | 73 ++++++++++++++++-
> meta/recipes-devtools/rust/libstd-rs.inc | 40 ---------
> .../recipes-devtools/rust/libstd-rs_1.66.0.bb | 46 ++++++++++-
> meta/recipes-devtools/rust/rust-llvm.inc | 78 ------------------
> .../recipes-devtools/rust/rust-llvm_1.66.0.bb | 82 ++++++++++++++++++-
> 10 files changed, 260 insertions(+), 195 deletions(-)
> create mode 100644 meta/lib/oeqa/files/test.rs
> create mode 100644 meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb
> delete mode 100644 meta/recipes-devtools/cargo/cargo.inc
> delete mode 100644 meta/recipes-devtools/rust/libstd-rs.inc
> delete mode 100644 meta/recipes-devtools/rust/rust-llvm.inc
>
> --
> 2.39.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#174906): https://lists.openembedded.org/g/openembedded-core/message/174906
> Mute This Topic: https://lists.openembedded.org/mt/95805431/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2022-12-21 21:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-21 12:52 [OE-Core][PATCH v2 00/10] Add rust runtime tests Alex Kiernan
2022-12-21 12:52 ` [OE-Core][PATCH v2 01/10] oeqa/runtime/rust: Add basic compile/run test Alex Kiernan
2022-12-21 12:52 ` [OE-Core][PATCH v2 02/10] libstd-rs: Merge .inc into .bb Alex Kiernan
2022-12-21 12:52 ` [OE-Core][PATCH v2 03/10] libstd-rs: Move source directory to library/test Alex Kiernan
2022-12-21 12:52 ` [OE-Core][PATCH v2 04/10] rust-llvm: Merge .inc into .bb Alex Kiernan
2022-12-21 12:53 ` [OE-Core][PATCH v2 05/10] rust-llvm: Update LLVM_VERSION to match embedded version Alex Kiernan
2022-12-21 12:53 ` [OE-Core][PATCH v2 06/10] cargo: Merge .inc into .bb Alex Kiernan
2022-12-21 12:53 ` [OE-Core][PATCH v2 07/10] cargo: Extend DEBUG_PREFIX_MAP to cover vendor Alex Kiernan
2022-12-21 12:53 ` [OE-Core][PATCH v2 08/10] packagegroup-rust-sdk-target: Add Rust SDK target packagegroup Alex Kiernan
2022-12-21 12:53 ` [OE-Core][PATCH v2 09/10] packagegroup-core-sdk: Add SDK toolchain language selection support Alex Kiernan
2022-12-21 16:39 ` Richard Purdie
2022-12-21 16:42 ` Alex Kiernan
2022-12-21 18:54 ` Khem Raj
2022-12-21 12:53 ` [OE-Core][PATCH v2 10/10] oeqa/runtime/rust: Add cargo test Alex Kiernan
2022-12-21 21:20 ` Alexandre Belloni [this message]
2022-12-21 22:34 ` [OE-Core][PATCH v2 00/10] Add rust runtime tests Alex Kiernan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y6N4t46ZSA9ly0Tl@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=alex.kiernan@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.