You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UIC-8953: rust: Trace cargo and allow target triple overide
This change is helpful to trace/debug rust related job.
This was useful to build zpc natively on arm64 (aarch64-unknown-linux-gnu).
What has been observed on native arm64 build:
.../1.71.0-aarch64-unknown-linux-gnu/bin/cargo build \
--manifest-path /.../applications/zpc/components/zpc_rust/Cargo.toml \
--locked \
--target x86_64-unknown-linux-gnu
While it was passed a cmake define
It was made for core v7 but also applies to zpc v6
Relate-to: https://doc.rust-lang.org/nightly/rustc/platform-support.html
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
0 commit comments