-
Notifications
You must be signed in to change notification settings - Fork 111
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
build: update spdkrs, dependencies, nixpkgs, cargo #1767
Conversation
bors try |
tryBuild failed: |
e89bd75
to
452f37c
Compare
bors try |
tryBuild failed: |
Eh, looks like fs tools are too new for the CI systems:
Looks like missing the nrext64 feature, added on 5.13 kernel |
bors try |
tryBuild failed: |
5e6b66a
to
d0e1cc4
Compare
bors try |
tryBuild succeeded: |
3c09049
to
47ac4e9
Compare
bors merge |
👎 Rejected by too few approved reviews |
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.
Thanks. Just pointed out the todos in case that was meant to be added.
A lot of code changes, related to clippy more strict rules. Signed-off-by: Tiago Castro <[email protected]>
Our CI systems predate this feature. It's not relevant for our testing so we can disable it. Signed-off-by: Tiago Castro <[email protected]>
Caters for when the device is /dev/nvmeX but X not the same as the controller! Signed-off-by: Tiago Castro <[email protected]>
47ac4e9
to
f74a0cd
Compare
bors merge |
Build succeeded: |
A lot of code changes, related to clippy more strict rules.