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

fix(rust-builders): Improve rust builder #236

Merged
merged 25 commits into from
May 3, 2024

Conversation

stevenj
Copy link
Collaborator

@stevenj stevenj commented May 1, 2024

Updates to improve-rust-builder PR

@stevenj stevenj changed the title Fix/improve rust builder sj fix(rust-builders): Improve rust builder May 2, 2024
@stevenj stevenj merged commit f6269c6 into fix/improve-rust-builder May 3, 2024
60 checks passed
@stevenj stevenj deleted the fix/improve-rust-builder-sj branch May 3, 2024 10:04
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
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant