.NET 7.0 November 2022 Update - .NET 7.0.0 and SDK 7.0.100 #3105
Replies: 2 comments 20 replies
-
I'm having issues with some version mismatch stuff, especially due to applying the |
Beta Was this translation helpful? Give feedback.
-
I'm trying to update to this tag in Homebrew (Homebrew/homebrew-core#115365), but the Linux build hangs forever (or at least 10+ hours). Homebrew Linux CI is run in an Ubuntu 22.04 container within GitHub's ubuntu-22.04 or Google Cloud ubuntu-2204-lts. I did some additional debugging and it looks like the shutdown attempt is where build is getting stuck $CLI_ROOT/dotnet build-server shutdown Homebrew build essentially follows steps in https://github.com/dotnet/installer#building. One potential difference from some Linux distros' packaging is that we don't maintain our own prebuilt/SDK and instead just use default fetched to bootstrap with. Couldn't find much related. dotnet/msbuild#8006 did have some linked issues that mention hanging but was merged back in September. I was testing workarounds/changes in Homebrew/homebrew-core#117596 and only one that allowed getting past this behavior was removing above shutdown line. |
Beta Was this translation helpful? Give feedback.
-
Please use the v7.0.100-rtm.22521.12 tag to source-build .NET version 7.0.0 / 7.0.100.
@dotnet/distro-maintainers
Release info:
Beta Was this translation helpful? Give feedback.
All reactions