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

[workloads] Add net current to current names to make them match in net10 #103050

Merged
merged 6 commits into from
Jun 7, 2024

Conversation

lewing
Copy link
Member

@lewing lewing commented Jun 4, 2024

No description provided.

@lewing lewing added the area-Workloads Workloads like wasm-tools label Jun 4, 2024
@lewing lewing requested a review from steveisok June 4, 2024 21:44
@lewing lewing requested review from marcpopMSFT and joeloff June 4, 2024 21:44
@@ -254,119 +254,119 @@
"osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm64"
Copy link
Member

Choose a reason for hiding this comment

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

Does the alias need the {NetVersion} too?

Copy link
Member Author

Choose a reason for hiding this comment

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

probably need to make sure we add aliases where there weren't before and I need to make sure I understand what is going on with the win runtime packs

Copy link
Member

Choose a reason for hiding this comment

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

I don't think we had the netversion in any aliases before, it was just the pack names themselves (as this was for VS authoring)

@lewing lewing marked this pull request as ready for review June 5, 2024 20:35
@lewing lewing requested a review from akoeplinger as a code owner June 5, 2024 20:35
Copy link
Member

@steveisok steveisok left a comment

Choose a reason for hiding this comment

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

This looks good, but we should run an official build as well to really check.

@marcpopMSFT
Copy link
Member

@lewing This only adds the net9 labels. Will there be a process to port the PR you have for net8 to add those same labels into main (as that PR won't port without fixing conflicts)?

@lewing
Copy link
Member Author

lewing commented Jun 7, 2024

@lewing This only adds the net9 labels. Will there be a process to port the PR you have for net8 to add those same labels into main (as that PR won't port without fixing conflicts)?

We discussed this offline but I'll follow up here too incase others have the same question. The net8 labels are already changed in main, the issue is that before this pr the names for the release branches wouldn't have the embedded change

@lewing lewing merged commit 4777beb into dotnet:main Jun 7, 2024
23 checks passed
@MichalStrehovsky
Copy link
Member

@lewing I don't think I've seen a successful official build since this merged. First there were all sorts of things wrong with it, but these days it stabilized to:

D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error : System.Collections.Generic.KeyNotFoundException: The given key 'Microsoft.NET.Runtime.LibraryBuilder.Sdk' was not present in the dictionary.
D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error :    at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error :    at Microsoft.DotNet.Build.Tasks.Workloads.CreateVisualStudioWorkload.ExecuteCore() in /_/src/Microsoft.DotNet.Build.Tasks.Workloads/src/CreateVisualStudioWorkload.wix.cs:line 221
D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error :    at Microsoft.DotNet.Build.Tasks.Workloads.VisualStudioWorkloadTaskBase.Execute() in /_/src/Microsoft.DotNet.Build.Tasks.Workloads/src/VisualStudioWorkloadTaskBase.wix.cs:line 105
##[error]src\workloads\workloads.csproj(147,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) System.Collections.Generic.KeyNotFoundException: The given key 'Microsoft.NET.Runtime.LibraryBuilder.Sdk' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)

I'm not sure if this PR is to blame because there were so many other issues around the time it merged, but it looks likely.

@lewing
Copy link
Member Author

lewing commented Jun 13, 2024

@lewing I don't think I've seen a successful official build since this merged. First there were all sorts of things wrong with it, but these days it stabilized to:

D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error : System.Collections.Generic.KeyNotFoundException: The given key 'Microsoft.NET.Runtime.LibraryBuilder.Sdk' was not present in the dictionary.
D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error :    at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error :    at Microsoft.DotNet.Build.Tasks.Workloads.CreateVisualStudioWorkload.ExecuteCore() in /_/src/Microsoft.DotNet.Build.Tasks.Workloads/src/CreateVisualStudioWorkload.wix.cs:line 221
D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error :    at Microsoft.DotNet.Build.Tasks.Workloads.VisualStudioWorkloadTaskBase.Execute() in /_/src/Microsoft.DotNet.Build.Tasks.Workloads/src/VisualStudioWorkloadTaskBase.wix.cs:line 105
##[error]src\workloads\workloads.csproj(147,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) System.Collections.Generic.KeyNotFoundException: The given key 'Microsoft.NET.Runtime.LibraryBuilder.Sdk' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)

I'm not sure if this PR is to blame because there were so many other issues around the time it merged, but it looks likely.

That error was fixed a while back, what build are you looking at?

@MichalStrehovsky
Copy link
Member

@lewing I don't think I've seen a successful official build since this merged. First there were all sorts of things wrong with it, but these days it stabilized to:

D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error : System.Collections.Generic.KeyNotFoundException: The given key 'Microsoft.NET.Runtime.LibraryBuilder.Sdk' was not present in the dictionary.
D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error :    at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error :    at Microsoft.DotNet.Build.Tasks.Workloads.CreateVisualStudioWorkload.ExecuteCore() in /_/src/Microsoft.DotNet.Build.Tasks.Workloads/src/CreateVisualStudioWorkload.wix.cs:line 221
D:\a\_work\1\s\src\workloads\workloads.csproj(147,5): error :    at Microsoft.DotNet.Build.Tasks.Workloads.VisualStudioWorkloadTaskBase.Execute() in /_/src/Microsoft.DotNet.Build.Tasks.Workloads/src/VisualStudioWorkloadTaskBase.wix.cs:line 105
##[error]src\workloads\workloads.csproj(147,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) System.Collections.Generic.KeyNotFoundException: The given key 'Microsoft.NET.Runtime.LibraryBuilder.Sdk' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)

I'm not sure if this PR is to blame because there were so many other issues around the time it merged, but it looks likely.

That error was fixed a while back, what build are you looking at?

Sorry, I've lost it. We have brand new official build issues now but official build hasn't really worked in a week so I'm just trying to figure out what are all the things that need to be fixed in parallel. Looks like this one shouldn't be an issue anymore then.

@lewing
Copy link
Member Author

lewing commented Jun 13, 2024

I'm not sure if this PR is to blame because there were so many other issues around the time it merged, but it looks likely.

That error was fixed a while back, what build are you looking at?

Sorry, I've lost it. We have brand new official build issues now but official build hasn't really worked in a week so I'm just trying to figure out what are all the things that need to be fixed in parallel. Looks like this one shouldn't be an issue anymore then.

There are a lot of people trying to get the official build passing again, hitting a lot of infrastructure problems at the moment.

@lewing lewing deleted the current-name9 branch June 13, 2024 22:57
@github-actions github-actions bot locked and limited conversation to collaborators Jul 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Workloads Workloads like wasm-tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants