-
Notifications
You must be signed in to change notification settings - Fork 2
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
ci: FREE CARGO-AUDIT! #495
Conversation
Signed-off-by: Jose Storopoli <[email protected]>
Signed-off-by: Jose Storopoli <[email protected]>
I think we're hitting rustsec/audit-check#29 in CI failures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #495 +/- ##
==========================================
+ Coverage 56.45% 58.40% +1.95%
==========================================
Files 273 277 +4
Lines 29079 29287 +208
==========================================
+ Hits 16416 17105 +689
+ Misses 12663 12182 -481 |
I think @prajwolrg has seen this issue before. I don't remember how we fixed it though. Re-running the CI job just to rule out any transient issues. |
There was similar issue earlier. AFAIK we fixed it by locking to earlier version. @sapinb did most of the work here. |
# HACK: not denying warnings as we depend on `yaml-rust` via `format-serde-error` | ||
# which is unmaintained | ||
- name: Check for audit warnings | ||
run: cargo audit -D warnings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We say we're not denying warnings but then we do -D warnings
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not part of the diff but there is a line that ignores any warnings:
Closing this... tried to run CI again and it's broken |
Blocked by rustsec/audit-check#29 |
Signed-off-by: Jose Storopoli <[email protected]>
Ok still broken! |
I'm closing this since rebasing |
Description
Now that rustsec/rustsec#1249 is closed, we are free to unpin
cargo-audit
.Type of Change
Checklist
Related Issues
STR-601