-
Notifications
You must be signed in to change notification settings - Fork 53
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: Add Types for Ultramarine Linux #363
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.
Please have a look at the jobs still failing ;)
Yup, I have a few changes on my end addressing these, and I'm stuck on one snag currently. Hoping to have it fixed before the day is over. |
@ydirson, almost everything seems to be passing sans a Windows issue which is being addressed in another PR via Dependabot... Are you able to test/build now? |
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.
just a few remarks about commit structuring, otherwise lgtm
os_info/src/linux/lsb_release.rs
Outdated
assert_eq!(parse_results.distribution, Some("UltramarineLinux".to_string())); | ||
assert_eq!( | ||
parse_results.distribution, | ||
Some("UltramarineLinux".to_string()) | ||
); |
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.
this would be better folded into the commit that adds the line
os_info/src/linux/lsb_release.rs
Outdated
parse_results.distribution, | ||
parse_results.distribution, |
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.
this would be better folded into the commit that adds the line
5b5e49b
into
stanislav-tkach:master
I completely forgot to add the Types for Ultramarine on my previous PR. This should rectify that.