Skip to content
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

Add Support for Ultramarine Linux #359

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

8bitZeta
Copy link
Contributor

@8bitZeta 8bitZeta commented Jan 19, 2024

Just adding support for Ultramarine Linux. It's a Linux distro based on Fedora.

Please let me know if anything needs to be adjusted.

@nothingneko
Copy link

nothingneko commented Jan 19, 2024

Thanks so much for doing this for us! It'll be nice to have this available!

@stanislav-tkach
Copy link
Owner

Sorry for the late reply and thank you for the pull request!

@stanislav-tkach stanislav-tkach merged commit aa4fe9e into stanislav-tkach:master Feb 21, 2024
@ydirson
Copy link
Contributor

ydirson commented Feb 23, 2024

I currently have build failures of master related to this, there are a few bits missing from that PR:

error[E0599]: no variant or associated item named `Ultramarine` found for enum `Type` in the current scope
   --> os_info/src/linux/file_release.rs:137:49
    |
137 |                     "ultramarine" => Some(Type::Ultramarine),
    |                                                 ^^^^^^^^^^^ variant or associated item not found in `Type`
    |
   ::: os_info/src/os_type.rs:8:1
    |
8   | pub enum Type {
    | ------------- variant or associated item `Ultramarine` not found for this enum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants