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
- name: Generate FFI bindings and build native Android libraries
run: melos build
at the moment, it installs cargo/rust tools and then runs a couple of commands to build the bindings and libraries. takes about 20 minutes to complete
not familiar enough with the rust ecosystem to have a strong idea of how to improve the amount of time it takes. as a first step, wondering if letting moonrepo/setup-rust handle installing (some of?) the necessary rust components will help 🤔
The text was updated successfully, but these errors were encountered:
achou11
changed the title
build step takes very long in CI
build step for bindings takes very long in CI
May 17, 2024
referring to this step:
meli/.github/workflows/build-android.yml
Lines 33 to 34 in d763e99
at the moment, it installs cargo/rust tools and then runs a couple of commands to build the bindings and libraries. takes about 20 minutes to complete
not familiar enough with the rust ecosystem to have a strong idea of how to improve the amount of time it takes. as a first step, wondering if letting
moonrepo/setup-rust
handle installing (some of?) the necessary rust components will help 🤔The text was updated successfully, but these errors were encountered: