-
Notifications
You must be signed in to change notification settings - Fork 549
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
fix: make both HDMI ports work on RPi 4 #3430
Conversation
/approve |
@@ -5,8 +5,8 @@ | |||
package rpi4 | |||
|
|||
import ( | |||
_ "embed" //nolint:gci |
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.
//nolint:gci
is required by the combination of blank import, golang/lint issues (and abandonment) and gci being gci.
/rebase |
Closes siderolabs#3414. Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
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.
@AlekSi This is a simple enough change that you can force merge. I don't think you need to rebase.
That PR wasn't merged because I wanted to re-test it manually :) And yeah, it does not solve the issue. |
Closes #3414.
Should be tested manually before merge.
make conformance
)make fmt
)make lint
)make docs
)make unit-tests
)