Re: [OE-core] [PATCH] rust: fix arm64 link failures when building rust apps

2021-12-17 Thread Alex Kiernan
We're stuck on thud (vendor related), I ended up backporting these two commits from upstream, to address this issue: https://github.com/zuma-array/meta-rust/commit/5631d561f16d88acf9cd6a014dd292cf20668501 But I don't think the issue appears in master because of the newer gcc. On Thu, Dec 16, 202

Re: [OE-core] [PATCH] rust: fix arm64 link failures when building rust apps

2021-12-16 Thread S. Lockwood-Childs
Patch withdrawn: turns out meta-tegra was pulling in an old toolchain for CUDA reasons, and that just got fixed. Probably there isn't another aarch64 platform still using a non-fixed toolchain, and if there happens to be one maybe they will run across this patch to carry it in their own layer. Not

Re: [OE-core] [PATCH] rust: fix arm64 link failures when building rust apps

2021-12-16 Thread Alexander Kanavin
Discussion in https://github.com/rust-lang/git2-rs/pull/759 doesn't exactly fill one with confidence, but still, can this be handled and fixed in rust upstream? Non-upstreamable patches for what is a common use case aren't a good idea. Alex On Thu, 16 Dec 2021 at 10:19, S. Lockwood-Childs wrote: