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

_packageRID has wrong value for runtime tests build for Android Arm64 and Arm32 #55669

Closed
fanyang-mono opened this issue Jul 14, 2021 · 1 comment · Fixed by #55641
Closed
Assignees
Milestone

Comments

@fanyang-mono
Copy link
Member

When building runtime tests for Android arm64 or arm32, the value assigned to _packageRID has become linux-arm64 lately. It should be android-arm64. This has been causing CI lane Build Android arm64 Release AllSubsets_Mono_RuntimeTests failing with error message

/__w/1/s/eng/liveBuilds.targets(134,5): error : The 'libs' subset must be built before building this project. Missing artifacts: /__w/1/s/artifacts/bin/microsoft.netcore.app.runtime.linux-arm64/Release/runtimes/linux-arm64/lib/net6.0/. Configuration: 'Release'. To use a different configuration, specify the 'LibrariesConfiguration' property.

Here is the link to one of the failing build: https://dev.azure.com/dnceng/public/_build/results?buildId=1237622&view=logs&j=1fbc174f-133f-57a8-dcec-0de15ad033b4&t=827c0caa-5f6d-5c33-e064-1c275c207b92&l=51

This might be caused by a recent change to the following line of code
https://github.com/dotnet/runtime/blob/main/Directory.Build.props#L166

The related PR is #54914

@fanyang-mono fanyang-mono added this to the 6.0.0 milestone Jul 14, 2021
@fanyang-mono fanyang-mono self-assigned this Jul 14, 2021
@ghost
Copy link

ghost commented Jul 14, 2021

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

When building runtime tests for Android arm64 or arm32, the value assigned to _packageRID has become linux-arm64 lately. It should be android-arm64. This has been causing CI lane Build Android arm64 Release AllSubsets_Mono_RuntimeTests failing with error message

/__w/1/s/eng/liveBuilds.targets(134,5): error : The 'libs' subset must be built before building this project. Missing artifacts: /__w/1/s/artifacts/bin/microsoft.netcore.app.runtime.linux-arm64/Release/runtimes/linux-arm64/lib/net6.0/. Configuration: 'Release'. To use a different configuration, specify the 'LibrariesConfiguration' property.

Here is the link to one of the failing build: https://dev.azure.com/dnceng/public/_build/results?buildId=1237622&view=logs&j=1fbc174f-133f-57a8-dcec-0de15ad033b4&t=827c0caa-5f6d-5c33-e064-1c275c207b92&l=51

This might be caused by a recent change to the following line of code
https://github.com/dotnet/runtime/blob/main/Directory.Build.props#L166

The related PR is #54914

Author: fanyang-mono
Assignees: fanyang-mono
Labels:

area-Infrastructure

Milestone: 6.0.0

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 14, 2021
@fanyang-mono fanyang-mono removed the untriaged New issue has not been triaged by the area owner label Jul 14, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jul 14, 2021
@ghost ghost closed this as completed in #55641 Jul 30, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jul 30, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 29, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant