-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't generate a SDK for runtime-versioner patching (#3540)
This PR removes the requirement of generating a SDK in order to patch smithy-rs runtime crates into an already released SDK version for testing. This is possible now that all the runtime crates are independently versioned. The tool also takes multiple paths as input for the runtime crate locations. This makes it possible to pass in the `rust-runtime` and `aws/rust-runtime` directories from smithy-rs (done by default by one of the subcommands). Some of the publisher tool's package resolution code is moved into smithy-rs-tool-common so it can be better shared across the tools, and as part of this, the version in the package handle was made optional. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
- Loading branch information
Showing
19 changed files
with
668 additions
and
369 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.