Re: [OE-Core][PATCH v4 03/10] meta-selftest: hello-rs: Simple rust test recipe

2023-12-30 Thread Richard Purdie
On Sat, 2023-12-30 at 10:40 +, Alex Kiernan wrote: > On Sat, Dec 30, 2023 at 12:41 AM Richard Purdie > wrote: > > > > On Fri, 2023-12-29 at 14:04 +0200, Alexander Kanavin wrote: > > > Reproducibility exclusions should be listed in the test itself, so > > > this continues to be built in

Re: [OE-Core][PATCH v4 03/10] meta-selftest: hello-rs: Simple rust test recipe

2023-12-30 Thread Alex Kiernan
On Sat, Dec 30, 2023 at 12:41 AM Richard Purdie wrote: > > On Fri, 2023-12-29 at 14:04 +0200, Alexander Kanavin wrote: > > Reproducibility exclusions should be listed in the test itself, so > > this continues to be built in regular world builds (otherwise it may > > silently regress). > > FWIW

Re: [OE-Core][PATCH v4 03/10] meta-selftest: hello-rs: Simple rust test recipe

2023-12-29 Thread Richard Purdie
On Fri, 2023-12-29 at 14:04 +0200, Alexander Kanavin wrote: > Reproducibility exclusions should be listed in the test itself, so > this continues to be built in regular world builds (otherwise it may > silently regress). FWIW this is what the zvariant recipe was doing and the recipe is in

Re: [OE-Core][PATCH v4 03/10] meta-selftest: hello-rs: Simple rust test recipe

2023-12-29 Thread Alexander Kanavin
Reproducibility exclusions should be listed in the test itself, so this continues to be built in regular world builds (otherwise it may silently regress). Alex On Fri 29. Dec 2023 at 13.44, Alex Kiernan wrote: > Signed-off-by: Alex Kiernan > --- > > Changes in v4: > - Mark hello-rs as

[OE-Core][PATCH v4 03/10] meta-selftest: hello-rs: Simple rust test recipe

2023-12-29 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- Changes in v4: - Mark hello-rs as EXCLUDE_FROM_WORLD as it's not reproducible .../hello-rs/hello-rs-crates.inc | 8 +++ .../hello-rs/0001-Greet-OE-Core.patch | 24 +++ .../hello-rs/hello-rs_0.1.0.bb| 22