-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve dependency installation in rust builder (#232)
* 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]>
- Loading branch information
Showing
36 changed files
with
1,084 additions
and
1,136 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.