Gary Guo
Gary Guo
The cherry-picking label was broken due to a repository setting misconfiguration; the issue was fixed now, and I've retriggered the label now.
Closing as completed, given we don't auto downgrade anymore there's no need to ensure version match across branches.
Reopen to track effort to sync hyperdebug versions across branches
What's the reason that we currently run manufacturing tests as separate jobs? Probably just because we want to split into more jobs for parallelism?
The CI failure is not related.
Yes, libusb is my question too. On my machine OT-tool binary depends on (apart from libssl,libcrypto and glibc libraries), `libftdi1`/`libusb-1.0`/`libudev`. (It does not depend on libelf)
> I'd prefer to land this via #149667. Otherwise, this looks good to me, apart from a couple nits. Thanks for mentioning, I wasn't aware of that PR. I'll close...
Host compiler fixed by #27951. We still use a nightly toolchain for Tock, though.
`rand_core` v0.9 is now [released](https://github.com/rust-random/rand/issues/1165).
What error code are you observing? ECONNRESET? I'd prefer to add relevant error codes instead of silently treating all error codes as network issues. Also -- read with 0 bytes...