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
Currently, we are not doing cross compilation but simply compile modules in each platform target. That makes the docker build extremely slow. One of the reasons why I am not doing / cannot do the cross compilation right now is dues to rust-lang/rust-bindgen#1229 since the Rust SDK relies on the C header generated via bindgen.
There's two dimensions we can optimize regarding the CI
Workaround the bindgen issue and do the cross compilation on the host machine. Makes build faster #12
Enable the build cache
The text was updated successfully, but these errors were encountered:
Currently, we are not doing cross compilation but simply compile modules in each platform target. That makes the docker build extremely slow. One of the reasons why I am not doing / cannot do the cross compilation right now is dues to rust-lang/rust-bindgen#1229 since the Rust SDK relies on the C header generated via bindgen.
There's two dimensions we can optimize regarding the CI
The text was updated successfully, but these errors were encountered: