Re: [OE-core] [v4] [RFC] Merge meta-rust to oe-core - Aug 19 update
From: Richard Purdie <hidden>
Date: 2021-08-22 12:38:18
On Sun, 2021-08-22 at 12:19 +0100, Richard Purdie via lists.openembedded.org wrote:
On Sat, 2021-08-21 at 23:12 -0400, Randy MacLeod wrote:quoted
On 2021-08-20 10:48 p.m., Randy MacLeod wrote: With a patch from Richard, and the http_proxy check removed, $ git diff | grep "^[+-]" --- a/meta/lib/oeqa/selftest/cases/sstatetests.py +++ b/meta/lib/oeqa/selftest/cases/sstatetests.py -http_proxy = "http://example.com/" +http_proxy = "" we have fixed the oe-selftest that was failing. Any volunteers to stub out the http[s]_proxy code in cargo ? I've written up a commit log that could use some review and pushed an update to: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=rmacleod/rust-redo-aug-17-2021-aI'm not sure you need to change cargo, I think if you remove the bit in the bbclass that injects http_proxy, the tests are ok. That will perhaps break anyone using proxies but for now, I think that is a reasonable step of getting this moved forward? I think there is one selftest issue left which is a multilib one.
Ignore me on this last bit, its other local stuff corrupting my test, sorry for the noise. Cheers. Richard