-
Notifications
You must be signed in to change notification settings - Fork 519
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
[net7.0] Update dependencies from dotnet/installer #15657
[net7.0] Update dependencies from dotnet/installer #15657
Conversation
…220807.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22407.1
…220808.5 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22408.5
…220809.23 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22409.23
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
🔥 [PR Build] Build failed 🔥Build failed for the job 'Detect API changes' Pipeline on Agent |
🔥 Unable to find the contents for the comment: D:\a\1\s\change-detection\results\gh-comment.md does not exist :fire Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌No test package could be found for tests on macOS M1 - Mac Big Sur (11.5) Pipeline on Agent |
❌ [PR Build] Tests on macOS Mac Catalina (10.15) failed ❌No test package could be found for tests on macOS Mac Catalina (10.15) Pipeline on Agent |
🔥 [CI Build] Test results 🔥Test results❌ Tests failed on VSTS: simulator tests 2 tests crashed, 12 tests failed, 186 tests passed. Failures❌ dotnettests tests
Html Report (VSDrops) Download ❌ introspection tests
Html Report (VSDrops) Download ❌ linker tests
Html Report (VSDrops) Download ❌ monotouch tests🔥 Failed catastrophically on VSTS: simulator tests - monotouch (no summary found). Html Report (VSDrops) Download ❌ xtro tests🔥 Failed catastrophically on VSTS: simulator tests - xtro (no summary found). Html Report (VSDrops) Download Successes✅ bcl: All 69 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
…220810.15 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22410.15
…220812.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22412.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22411.2 (parent: Microsoft.Dotnet.Sdk.Internal
…22081.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22413.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22412.1 (parent: Microsoft.Dotnet.Sdk.Internal
…220814.7 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22414.7 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22412.1 (parent: Microsoft.Dotnet.Sdk.Internal
…220816.2 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22416.2 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22415.1 (parent: Microsoft.Dotnet.Sdk.Internal
…220817.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.2.22417.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22415.4 (parent: Microsoft.Dotnet.Sdk.Internal
We already compute a TrimMode value depending on other properties (MtouchLink/LinkMode - or a default value if those aren't set), and the logic to compute the default value is not executed if we set a TrimMode default (because TrimMode overrides any MtouchLink/LinkMode values).
Workaround a bug in 'dotnet build' where escaping semicolons interferes with our ability to pass RuntimeIdentifiers to the build on the command line.
Tests are green now: de7e738#commitcomment-81609463 |
@dalexsoto @rolfbjarne can we backport this one to the |
@jonathanpeppers what exactly do we need from this PR? IIRC the dotnet sdk we are shipping is RC1, if we backport this we will be put at RC2
|
@@ -57,6 +58,7 @@ void CheckAppBundleContents (ApplePlatform platform, string appPath, string[] ru | |||
case "libmono-component-debugger.dylib": | |||
case "libmono-component-diagnostics_tracing.dylib": | |||
case "libmono-component-hot_reload.dylib": | |||
case "libmono-component-marshal-ilgen.dylib": |
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.
@dalexsoto @rolfbjarne I think this is probably the change (plus the @(_MonoComponent)
above), we're hitting that here:
This has already been backported here: #15749 |
This pull request updates the following dependencies
From https://github.com/dotnet/installer
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format