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
Merge bitcoin#2280: [Depends] Cleanup Rust and add multi-arch linux support
92bebbe Use statically linked rust toolchain (Fuzzbawls)
7dd7161 Depends: allow for non-x86_64 build hosts for rust linux (Fuzzbawls)
fc7acb3 [Depends] Switch to `cargo vendor` for Rust dependencies (Fuzzbawls)
Pull request description:
The first commit here comes from zcash/zcash#4725 and provides a significant cleanup in terms of number of files needed in the depends tree.
The second commit re-works the way we fetch the Rust dependencies to allow depends to be built for linux on non-x86_64 systems. Currently I've compiled native toolchains for `x86_64`, `arm`, `armv7`, and `aarch64`
The third commit addresses bitcoin#2127 by re-compiling the rust toolchains with static linking.
The fourth commit is temporary, and will be removed prior to merging.
Top commit has no ACKs.
Tree-SHA512: c3143bc02f230e7b96f66fcaeebd27912be71e37ae354c9c211364a99f545788af8f3be93131f590ec24c02da7f05dbecc632ebc9a0b45b5c8de70cdc3feefe1
0 commit comments