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

Lock down Rust version across all workflows #1467

Merged
merged 6 commits into from
Jul 7, 2022
Merged

Lock down Rust version across all workflows #1467

merged 6 commits into from
Jul 7, 2022

Conversation

t1m0thyj
Copy link
Member

@t1m0thyj t1m0thyj commented Jul 6, 2022

Related to #1466

Until the issue in Rust 1.62 is fixed, we don't want to accidentally publish new daemon binaries with broken behavior, so locking down the versions should keep us safe.

The Windows and macOS daemon builds weren't invoking the actions-rs/toolchain action, but probably should be to ensure that the daemon is built using the same Rust version across all platforms.

Also automates running the Clippy linter so we don't have to remember to do it locally.

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@codecov
Copy link

codecov bot commented Jul 6, 2022

Codecov Report

Merging #1467 (74bf6af) into master (884d62a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1467   +/-   ##
=======================================
  Coverage   92.01%   92.01%           
=======================================
  Files         390      390           
  Lines        6209     6209           
  Branches      910      910           
=======================================
  Hits         5713     5713           
  Misses        490      490           
  Partials        6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update afecec2...74bf6af. Read the comment docs.

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@zFernand0
Copy link
Member

Waiting for new version of imperative before merging 😋

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@sonarcloud
Copy link

sonarcloud bot commented Jul 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@zFernand0 zFernand0 merged commit 59d196d into master Jul 7, 2022
@zFernand0 zFernand0 deleted the rust-1.61 branch July 7, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants