-
Notifications
You must be signed in to change notification settings - Fork 5k
[release/6.0] CI failure: Banana RID not found in dev-innerloop (sourcebuild) #78197
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
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsSaw this weird error in a release/6.0 PR: #78062 This is a weird error because I can't find the banana RID in the I can only find it in main, it was added last month in this PR https://github.com/dotnet/runtime/pull/75546/files (cc @mmitche):
{
"ErrorMessage": "The specified RuntimeIdentifier 'banana.24-x64' is not recognized",
"BuildRetry": false
}
|
Often, changes between release branches and main change structure which is why you couldn't find banana in that place. I just searched through the repo and found it here:
|
Thanks. So why is it not being recognized? |
This should be fixed. |
Saw this weird error in a release/6.0 PR: #78062
This is a weird error because I can't find the banana RID in the
release/6.0
branch: https://github.com/dotnet/runtime/blob/release/6.0/eng/pipelines/common/platform-matrix.yml#L295I can only find it in main, it was added last month in this PR https://github.com/dotnet/runtime/pull/75546/files (cc @mmitche):
runtime/eng/pipelines/common/platform-matrix.yml
Line 295 in 86332e9
Build Linux x64 release SourceBuild
The text was updated successfully, but these errors were encountered: