Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build step for bindings takes very long in CI #90

Open
achou11 opened this issue May 17, 2024 · 0 comments
Open

build step for bindings takes very long in CI #90

achou11 opened this issue May 17, 2024 · 0 comments
Labels

Comments

@achou11
Copy link
Collaborator

achou11 commented May 17, 2024

referring to this step:

- 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 🤔

@achou11 achou11 changed the title build step takes very long in CI build step for bindings takes very long in CI May 17, 2024
@adzialocha adzialocha added the CI label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants