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
Is your feature request related to a problem? Please describe.
At this moment, tools/rust-bindgen builds the Rust library for multiple targets even though they are not required.
For example, there is no need to build Rust library for Android on ios-ci workflow:
Is your feature request related to a problem? Please describe.
At this moment, tools/rust-bindgen builds the Rust library for multiple targets even though they are not required.
For example, there is no need to build Rust library for Android on
ios-ci
workflow:wallet-core/tools/rust-bindgen
Lines 25 to 27 in 1a214be
Describe the solution you'd like
We can extend the number of possible input arguments for tools/rust-bindgen and tools/install-rust-dependencies with:
android
- install only android toolchains, build Rust lib for android targets only.ios
- install only iOS toolchains, build Rust lib for iOS targets only.wasm
- install only WASM toolchain, build Rust lib for WASM target only.native
- build Rust lib for native target only.Checklist
tools/rust-bindgen
andtools/install-rust-dependencies
sccache
for all pipelines.The text was updated successfully, but these errors were encountered: