-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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/7.0] Update dependencies from dotnet/hotreload-utils dotnet/llvm-project dotnet/roslyn-analyzers dotnet/runtime-assets #76243
Conversation
… 20220926.2 runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools From Version 11.1.0-alpha.1.22469.2 -> To Version 11.1.0-alpha.1.22476.2
…uild 20220926.2 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22471.2 -> To Version 7.0.0-preview1.22476.2
…ild 20220926.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 1.1.0-alpha.0.22470.1 -> To Version 1.1.0-alpha.0.22476.1
@lambdageek are these genuine hotreload problems? |
I don't think so. It looks like a codeflow problem - hotreload-utils wants a newer SDK than what the runtime depends on.
So it's trying to run the hot reload delta generator tool and the SDK that the runtime depends on is older than the SDK that the tool depends on. Maybe we should disable the codeflow from hotreload-utils/main to runtime/release/7.0 ? |
I can do that if that's what people want. @lewing, any objections? Anyone else we should ask? |
I see @akoeplinger and @lambdageek are the top contributors in that repo. I disabled it:
|
Should I revert the hotreload-utils dependency change in this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akoeplinger @lambdageek LMK if I should apply these revert suggestions:
…uild 20220930.2 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22471.2 -> To Version 7.0.0-preview1.22480.2
…uild 20221001.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22471.2 -> To Version 7.0.0-preview1.22501.1
@carlossanlop yeah let's do that |
2022100.1 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 7.0.0-beta.22476.1 -> To Version 7.0.0-beta.22503.1
…uild 20221004.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22471.2 -> To Version 7.0.0-preview1.22504.1
… 20221004.1 runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools From Version 11.1.0-alpha.1.22469.2 -> To Version 11.1.0-alpha.1.22504.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI failures are:
dotnet build
returns exit code1
even when the build passes #74328- CI failure in System.Net.Http.Functional.Tests - Operation timeout #75611
Approving and merging before the bot decides to update the PR again.
This pull request updates the following dependencies
From https://github.com/dotnet/llvm-project
From https://github.com/dotnet/roslyn-analyzers
From https://github.com/dotnet/hotreload-utils
From https://github.com/dotnet/runtime-assets