-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(rust-builders): Improve rust builder #236
Merged
stevenj
merged 25 commits into
fix/improve-rust-builder
from
fix/improve-rust-builder-sj
May 3, 2024
Merged
fix(rust-builders): Improve rust builder #236
stevenj
merged 25 commits into
fix/improve-rust-builder
from
fix/improve-rust-builder-sj
May 3, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… it robust against this.
…st/coverage build artifacts on failure.
…r upstream dependency.
stevenj
changed the title
Fix/improve rust builder sj
fix(rust-builders): Improve rust builder
May 2, 2024
…ectly, and make tools conformant.
…ything in debug mode
…cidentally make debug target builds
8 tasks
minikin
pushed a commit
that referenced
this pull request
May 13, 2024
* fix: update rust-base * fix: revert back * fix: update rust builder * fix: rust base * fix: refinery folder * fix: target * fix: update wasm c earthfile * fix: cargo path name * fix: cleanup * fix: update earthly version in rust example * fix: cleanup * chore: fix rust docs * fix: update rust installer * fix: update earthly * fix: remove name * feat: add wasm-pack * fix: typo * test: try lib/rust earthly * fix: typo * fix: remove artifact name * fix(rust-builders): Improve rust builder (#236) * fix(cat-ci): Vendor file check crashes when files are not found, make it robust against this. * fix(cat-ci): Improve and add tests for using upstream rust build library * fix(rust): Need real find for earthly rust lib, plus handle saving test/coverage build artifacts on failure. * Don't commit test/coverage artifacts into the repo. * Remove test code and obsoleted TRY/FINALLY * fix(cspell): spelling corrections * fix(rust): Don't need to build the example verbosely * fix(rust): fix dbviz builder to use the new cached rust builder * fix(rust): Remove unused imports from Earthfiles * fix(rust): Only use imports to define import paths, not directly * fix(rust): Add shim so consumers of cat-ci are always aligned with our upstream dependency. * fix(rust): save doc and release artifacts from rust builds * fix(rust): Do not need top escape the backslash * fix(rust): Fix output target regex * fix(rust): Document that rust upstream library should not be used directly, and make tools conformant. * fix(cspell): spelling correction * fix(cat-ci): Remove direct Earthfile references and use IMPORT consistently * fix(rust): --output must refer to files not directories * fix(cat-ci): misspelled directory * fix(rust): linting was not done in release, so it had to rebuild everything in debug mode * fix(rust): Properly copy artifacts from builds and ensure we don't accidentally make debug target builds * fix(cat-ci): Fix wasm-c reference * fix(rust): Make it easier to save docs artifacts * fix(cat-ci): Earthly is case sensitive * feat(rust): Update the verify-component-adapter tool to v20.0.0 * fix: update docs * Revert docs changes * doc: update style doc * doc: update rust doc * doc: fix md style * chore: fix spelling * feat(rust): Add parallel building of Tooling and Rust code (#240) * fix(cat-ci): Vendor file check crashes when files are not found, make it robust against this. * fix(cat-ci): Improve and add tests for using upstream rust build library * fix(rust): Need real find for earthly rust lib, plus handle saving test/coverage build artifacts on failure. * Don't commit test/coverage artifacts into the repo. * Remove test code and obsoleted TRY/FINALLY * fix(cspell): spelling corrections * fix(rust): Don't need to build the example verbosely * fix(rust): fix dbviz builder to use the new cached rust builder * fix(rust): Remove unused imports from Earthfiles * fix(rust): Only use imports to define import paths, not directly * fix(rust): Add shim so consumers of cat-ci are always aligned with our upstream dependency. * fix(rust): save doc and release artifacts from rust builds * fix(rust): Do not need top escape the backslash * fix(rust): Fix output target regex * fix(rust): Document that rust upstream library should not be used directly, and make tools conformant. * fix(cspell): spelling correction * fix(cat-ci): Remove direct Earthfile references and use IMPORT consistently * fix(rust): --output must refer to files not directories * fix(cat-ci): misspelled directory * fix(rust): linting was not done in release, so it had to rebuild everything in debug mode * fix(rust): Properly copy artifacts from builds and ensure we don't accidentally make debug target builds * fix(cat-ci): Fix wasm-c reference * fix(rust): Make it easier to save docs artifacts * fix(cat-ci): Earthly is case sensitive * feat(rust): Update the verify-component-adapter tool to v20.0.0 * fix(rust): Rust tools build in parallel, no need to use +CARGO to build tools. Slows build process. * feat(rust): Add CPU parallel runner for the exec manager * feat(rust): Use the CPU parallel runner to speed up rust builds on multicore machines * fix(rust): spelling correction * doc: update rust doc --------- Co-authored-by: Steven Johnson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates to improve-rust-builder PR