-
Notifications
You must be signed in to change notification settings - Fork 81
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
addpatch: system76-firmware 1.0.68-1 #4566
base: master
Are you sure you want to change the base?
Conversation
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.
The commit message and PR title should be addpatch: system76-firmware 1.0.68-1
, which has a space instead of a hyphen between the package name and version. Hope you can do that well next time. :)
+#[cfg(any(target_arch = "x86", target_arch = "x86_64"))] | ||
+use std::{io}; |
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.
Please leave some notes here. Why is it only used on x86? Should the change be upstreamed also?
a2ebe2f
to
b57ae7c
Compare
d56d31b
to
25dd2a1
Compare
Have you ever tried to cherry-pick pop-os/system76-firmware@090c09d? Seems to be a better way. |
I get it now, thanks for reminding |
fix io not used