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

Internal: build Stone separately from the SDK #4

Merged
merged 3 commits into from
Feb 16, 2024

Conversation

odesenfans
Copy link
Contributor

Problem: the build time of the SDK reaches ~20 minutes, which is not acceptable to users. This is due to the compilation of Stone in the build.rs file.

Solution: we now build and install Stone from a Shell script that is isolated from the Rust compilation process. Developers must now run this script before attempting to run tests, but this accelerates the build process significantly.

Problem: the build time of the SDK reaches ~20 minutes, which is not
acceptable to users. This is due to the compilation of Stone in the
`build.rs` file.

Solution: we now build and install Stone from a Shell script that is
isolated from the Rust compilation process. Developers must now run this
script before attempting to run tests, but this accelerates the build
process significantly.
@odesenfans odesenfans merged commit d5926ea into main Feb 16, 2024
1 check passed
@odesenfans odesenfans deleted the od/replace-build.rs branch February 16, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant