-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rust toolchain validation steps (#371)
* use stable * update RELEASE to include full test command * don't pass +stable to cargo, let the rustc version be inferred * update RELEASE notes * update rust verification flow to fit new requirements * fix ci by ensuring rust toolchain override is in place * validate rust environment in ci * hopefully fixing the ci tests * remove debug ci step * remove obsolete code * appease staticcheck * add double verbose flags for debugging * use rustup show active-toolchain * add missing information omitted from prior PRs * fix ci * update code and tests to reflect the need to avoid non-stable environments * use go 1.17 for the module and run 'go mod tidy' * simplify summary of logic * remove double verbose cargo flag * update messaging after a round of manual testing
- Loading branch information
1 parent
3fbc526
commit 1daf152
Showing
7 changed files
with
248 additions
and
185 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.