-
Notifications
You must be signed in to change notification settings - Fork 5k
[main] Update dependencies from dotnet/arcade dotnet/xharness dotnet/msquic dotnet/emsdk #67436
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
[main] Update dependencies from dotnet/arcade dotnet/xharness dotnet/msquic dotnet/emsdk #67436
Conversation
…331.2 Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenAPI , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.GenFacades , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk From Version 2.5.1-beta.22179.1 -> To Version 2.5.1-beta.22181.2
…20331.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 1.0.0-prerelease.22180.1 -> To Version 1.0.0-prerelease.22181.1
…331.2 System.Net.MsQuic.Transport From Version 7.0.0-alpha.1.22173.2 -> To Version 7.0.0-alpha.1.22181.2
@agocke looks like crossgen fails because it's not finding a 6.0.0 shared framework (this PR bumps to the 7.0 SDK), do you know who could take a look at that:
|
Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.0-preview.4.22178.1 -> To Version 7.0.0-preview.4.22201.2
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.
Adding a no merge block since this should go on batched rollout due to SDK upgrade. cc: @dotnet/runtime-infrastructure
This one should also consider the changes coming in in dotnet/xharness#851. I have a bunch of other local changes moving pieces of crossgen (@mangod9, @trylek, @AntonLapounov) and several pieces of WASM and devices props/targets (@steveisok @lewing @akoeplinger). One question I had is why are these not using |
…ba2a-48ad-af27-9f469127294b
|
…ub.com:dotnet/runtime into darc-main-e8f262cb-ba2a-48ad-af27-9f469127294b
EDIT: hmm actually these .props/.targets might be used outside of the dotnet/runtime repo (I think in BenchmarkDotNet) which is why they couldn't use the global properties. @naricc @radical is that correct? |
src/tasks/MonoTargetsTasks/ILStrip/AssemblyStripper/AssemblyStripper.csproj
Show resolved
Hide resolved
Fails with: ``` src/tests/tracing/eventpipe/common/Microsoft.Diagnostics.NETCore.Client/DiagnosticsIpc/IpcSocket.cs(27,35): error CS0108: 'IpcSocket.AcceptAsync(CancellationToken)' hides inherited member 'Socket.AcceptAsync(CancellationToken)'. Use the new keyword if hiding was intended. [/__w/1/s/src/tests/tracing/eventpipe/common/Microsoft.Diagnostics.NETCore.Client/Microsoft.Diagnostics.NETCore.Client.csproj] ```
src/tasks/MonoTargetsTasks/ILStrip/AssemblyStripper/AssemblyStripper.csproj
Outdated
Show resolved
Hide resolved
.. on other properties, instead of hardcoding the values.
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
.. intended. This seems to have been broken by the condition being removed in dotnet/arcade@cfdac35 from the `DotNetCliVersion` property, causing the value to always overridden again to `6.0.100`. And this breaks wasm aot/eat tests on helix: ``` /datadisks/disk1/work/A4EE08D9/p/build/wasm/WasmApp.Native.targets(569,5): error MSB4062: The "MonoAOTCompiler" task could not be loaded from the assembly /datadisks/disk1/work/A4EE08D9/p/build/MonoAOTCompiler/MonoAOTCompiler.dll. Could not load file or assembly 'System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. [/datadisks/disk1/work/A4EE08D9/w/B3AE0955/e/publish/ProxyProjectForAOTOnHelix.proj] /datadisks/disk1/work/A4EE08D9/p/build/wasm/WasmApp.Native.targets(569,5): error MSB4062: Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. ```
I'm not sure why the condition was removed for |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
I see we're doing a lot of work here, but darc seems to be updating #67485 |
…2a-48ad-af27-9f469127294b
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
Closing to split dependencies: #67771 is the arcade one |
This pull request updates the following dependencies
From https://github.com/dotnet/arcade
From https://github.com/dotnet/xharness
From https://github.com/dotnet/msquic
From https://github.com/dotnet/emsdk