-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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/6.0.4xx] Update dependencies from dotnet/linker #40980
[release/6.0.4xx] Update dependencies from dotnet/linker #40980
Conversation
…419.1 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 6.0.200-1.22553.1 -> To Version 6.0.200-1.24219.1
This fixes #29927 |
@dotnet/source-build-internal It's looking for a linker SB package and can't find it. I couldn't find it either when searching through darc: |
…517.3 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 6.0.200-1.22553.1 -> To Version 6.0.200-1.24267.3
Hm I also can't find it in any of the feeds. I went through the internal linker pipeline, and the 6.0 runs don't have a source-build leg... not sure why that is, but it would explain why the package doesn't exist. The public runs do source-build, however. @dotnet/source-build-internal - Do we know why linker's 6.0 runs don't include a source-build leg? Link to pipeline run (internal Microsoft link). I'm wondering if the lack of the build leg is intentional or not. |
This looks to be the result of dotnet/linker#3245 which introduced a new official build pipeline without a source-build leg. cc @agocke. |
Given we don't support source-build in 6.0.4xx we could switch the version.details.xml dependency to use the SourceBuildTarball attribute instead of SourceBuild. This will avoid trying to load the intermediate for the dependency but still include the dependency in the source tarball. |
Looks like I dropped it during 1ES conversion. I can just copy over the previous definition, if that's sufficient. |
…0-4867-9bb7-223009cb2d2e
…520.5 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 6.0.200-1.22553.1 -> To Version 6.0.200-1.24270.5
This pull request updates the following dependencies
From https://github.com/dotnet/linker