-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/5.0] Add Fedora 35 RID #48203
Conversation
Tagging subscribers to this area: @safern, @ViktorHofer Issue DetailsFedora rawhide now uses the fedora.35-x64 RID:
This is a backport of #48200
|
We need to bump Platforms package version and build it, right? cc: @Anipik |
05a6cd2
to
3bc7773
Compare
Done now. |
@rbhanda do we need this change for 5.0.4 ? |
|
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.
@omajid can you update the packageIndex.json as well ? https://github.com/dotnet/runtime/blob/release/5.0/docs/project/library-servicing.md
Fedora rawhide now uses the fedora.35-x64 RID: $ podman run -it registry.fedoraproject.org/fedora:rawhide /bin/bash -c 'cat /etc/os-release' NAME=Fedora VERSION="35 (Container Image Prerelease)" ID=fedora VERSION_ID=35 VERSION_CODENAME="" PLATFORM_ID="platform:f35" PRETTY_NAME="Fedora 35 (Container Image Prerelease)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:35" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/" SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=rawhide REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=rawhide PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy" VARIANT="Container Image" VARIANT_ID=container
3bc7773
to
e806448
Compare
Sure, running a |
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.
@Anipik can you please take a look at the other packageIndex.json changes in the PR?
@@ -1551,6 +1545,13 @@ | |||
"BaselineVersion": "5.0.1", | |||
"InboxOn": {} | |||
}, | |||
"runtime.osx-x64.runtime.native.System.IO.Ports": { |
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.
@Anipik are these changes necessary or should we just update it for the platforms package?
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.
its fine we can keep these, it will help to reduce the noise in future.
Is this okay to merge now? |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-dev-innerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks for merging this! |
Fedora rawhide now uses the fedora.35-x64 RID:
This is a backport of #48200