Skip to content

Add tool install implicit RIDs#22331

Merged
sfoslund merged 4 commits intodotnet:release/6.0.2xxfrom
sfoslund:ToolImplicitRid
Nov 4, 2021
Merged

Add tool install implicit RIDs#22331
sfoslund merged 4 commits intodotnet:release/6.0.2xxfrom
sfoslund:ToolImplicitRid

Conversation

@sfoslund
Copy link
Member

@sfoslund sfoslund commented Oct 26, 2021

Fixes #21660

@ghost ghost added the Area-Workloads label Oct 26, 2021
@sfoslund sfoslund changed the base branch from main to release/6.0.2xx October 27, 2021 16:15
@sfoslund
Copy link
Member Author

@joeloff I think this is the minimal change to get implicit arch targeting working, but we're still using the tmp project restore package download strategy instead of using the new PackageDownloader. I'd like to look into cleaning that up, so I've filed an issue: #22349. I've targeted it to 6.0.2xx for now, not sure if that's realistic as this could be a big change and will touch sensitive code (FYI @marcpopMSFT)

Copy link
Member

@dsplaisted dsplaisted left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we don't have any tests for the arm64 / x64 logic this is adding. Is it possible to add tests for that?

Also check with @richlander that this is still the logic that we want.

@sfoslund
Copy link
Member Author

sfoslund commented Nov 2, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@sfoslund
Copy link
Member Author

sfoslund commented Nov 3, 2021

@dsplaisted I've been seeing the darwin leg timing out repeatedly, is this one of the infrastructure issues you had to fix in the branding PR?

@dsplaisted
Copy link
Member

@dsplaisted I've been seeing the darwin leg timing out repeatedly, is this one of the infrastructure issues you had to fix in the branding PR?

No, this doesn't look like the same failure. The one I hit wasn't even successfully building, where here it looks like the test run is timing out.

@sfoslund sfoslund merged commit cdb4af8 into dotnet:release/6.0.2xx Nov 4, 2021
@sfoslund sfoslund deleted the ToolImplicitRid branch November 4, 2021 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implicit architecture targeting not in place for dotnet tool install

3 participants