Skip to content
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 mono/linker dotnet/runtime dotnet/arcade dotnet/icu dotnet/xharness dotnet/llvm-project dotnet/runtime-assets #49540

Closed

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Mar 12, 2021

This pull request updates the following dependencies

From https://github.com/dotnet/arcade

  • Subscription: c32383ee-d79c-4435-5b63-08d8d8feb47e
  • Build: 20210315.1
  • Date Produced: 3/15/2021 4:19 PM
  • Commit: d88b466beb295e15b5e3bcb36b02b7900d4fd0ca
  • Branch: refs/heads/main

From https://github.com/dotnet/icu

  • Subscription: 4247a230-8931-4538-5b64-08d8d8feb47e
  • Build: 20210315.1
  • Date Produced: 3/15/2021 1:18 PM
  • Commit: 9ffb5011f22ed30f09edba7b88309d83d1d99682
  • Branch: refs/heads/maint/maint-67

From https://github.com/dotnet/runtime-assets

  • Subscription: 0c5a34f5-504e-413b-9376-08d8d8ff2d75
  • Build: 20210312.1
  • Date Produced: 3/12/2021 4:43 PM
  • Commit: f01b1fca0c9157a16ade2629eb7d49a220b7e9ba
  • Branch: refs/heads/main

From https://github.com/mono/linker

  • Subscription: 0d6d6ae4-f71f-4395-53e6-08d8e409d87d
  • Build: 20210311.5
  • Date Produced: 3/11/2021 9:47 PM
  • Commit: b4325aed526535d772898a411a472c55be8d6eb4
  • Branch: refs/heads/main

From https://github.com/dotnet/xharness

  • Subscription: be30ac4f-4b72-4287-1eb6-08d8d8fef0ea
  • Build: 20210315.2
  • Date Produced: 3/15/2021 1:13 PM
  • Commit: 88f5732
  • Branch: refs/heads/main

From https://github.com/dotnet/runtime

  • Subscription: 772acd8f-b0cb-4d38-9377-08d8d8ff2d75
  • Build: 20210314.8
  • Date Produced: 3/15/2021 5:43 AM
  • Commit: 5ef6a06
  • Branch: refs/heads/main

From https://github.com/dotnet/llvm-project

  • Subscription: b8108dfc-f542-401a-9375-08d8d8ff2d75
  • Build: 20210315.1
  • Date Produced: 3/15/2021 2:52 PM
  • Commit: 306703c30ca8509acf4abf85e96949edf6bb0472
  • Branch: refs/heads/release/9.x

…310.7

Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
 From Version 6.0.0-beta.21155.1 -> To Version 6.0.0-beta.21160.7
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 6.0.0-preview.3.21151.1 -> To Version 6.0.0-preview.3.21160.1
…ld 20210310.1

System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
 From Version 5.0.0-beta.21159.1 -> To Version 6.0.0-beta.21160.1
Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.2.21126.1 -> To Version 6.0.100-preview.2.21161.5
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/arcade [main] Update dependencies from dotnet/arcade dotnet/icu dotnet/runtime-assets mono/linker Mar 12, 2021
@eerhardt
Copy link
Member

I'm working on fixing this. It will take a new linker build and some code suppressions to unblock.

cc @vitek-karas

@eerhardt
Copy link
Member

@vitek-karas @steveharter @layomia - can I get a quick review on the changes I made to STJ here? This will unblock getting a new linker in dotnet/runtime.

@vitek-karas
Copy link
Member

Looks good to me - the only part I don't get is the dependency on System.Diagnostic.Tools - but I guess it's necessary.

@eerhardt
Copy link
Member

the only part I don't get is the dependency on System.Diagnostic.Tools

It's kind of a long story. Because STJ builds for earlier TFMs, we need to manually include the UnconditionalSuppressMessageAttribute.cs file. This file has a cref to SuppressMessageAttribute. For all builds other than netcoreapp3.0, SuppressMessageAttribute is available. In netcoreapp3.0, SuppressMessageAttribute lives in the System.Diagnostics.Tools ref assembly, so we need to add a reference to it for that TFM in order to get UnconditionalSuppressMessageAttribute.cs to compile.

@eerhardt
Copy link
Member

/azp run

@azure-pipelines
Copy link

No commit pushedDate could be found for PR 49540 in repo dotnet/runtime

@mmitche mmitche closed this Mar 12, 2021
@mmitche mmitche reopened this Mar 12, 2021
…310.7

Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
 From Version 6.0.0-beta.21155.1 -> To Version 6.0.0-beta.21160.7
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/arcade dotnet/icu dotnet/runtime-assets mono/linker [main] Update dependencies from dotnet/icu dotnet/runtime-assets mono/linker dotnet/arcade Mar 13, 2021
…10312.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 1.0.0-prerelease.21154.2 -> To Version 1.0.0-prerelease.21162.1
…ld 20210312.1

System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
 From Version 5.0.0-beta.21159.1 -> To Version 6.0.0-beta.21162.1
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/icu dotnet/runtime-assets mono/linker dotnet/arcade [main] Update dependencies from mono/linker dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets Mar 13, 2021
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from mono/linker dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets [main] Update dependencies from mono/linker dotnet/icu dotnet/xharness dotnet/runtime-assets dotnet/arcade Mar 14, 2021
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from mono/linker dotnet/icu dotnet/xharness dotnet/runtime-assets dotnet/arcade [main] Update dependencies from mono/linker dotnet/xharness dotnet/runtime-assets dotnet/arcade dotnet/icu Mar 14, 2021
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from mono/linker dotnet/xharness dotnet/runtime-assets dotnet/arcade dotnet/icu [main] Update dependencies from mono/linker dotnet/runtime-assets dotnet/arcade dotnet/icu dotnet/xharness Mar 14, 2021
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from mono/linker dotnet/runtime-assets dotnet/arcade dotnet/icu dotnet/xharness [main] Update dependencies from mono/linker dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets Mar 14, 2021
…0314.8

Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , Microsoft.NET.Sdk.IL , System.Runtime.CompilerServices.Unsafe , System.Text.Json
 From Version 6.0.0-preview.3.21157.6 -> To Version 6.0.0-preview.3.21164.8
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from mono/linker dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets [main] Update dependencies from mono/linker dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets dotnet/runtime Mar 15, 2021
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from mono/linker dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets dotnet/runtime [main] Update dependencies from mono/linker dotnet/runtime dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets Mar 15, 2021
…315.1

Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
 From Version 6.0.0-beta.21155.1 -> To Version 6.0.0-beta.21165.1
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from mono/linker dotnet/runtime dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets [main] Update dependencies from mono/linker dotnet/runtime dotnet/icu dotnet/xharness dotnet/runtime-assets dotnet/arcade Mar 16, 2021
Microsoft.NETCore.Runtime.ICU.Transport
 From Version 6.0.0-preview.3.21151.1 -> To Version 6.0.0-preview.3.21165.1
…10315.2

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 1.0.0-prerelease.21154.2 -> To Version 1.0.0-prerelease.21165.2
… 20210315.1

runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , 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
 From Version 9.0.1-alpha.1.21158.1 -> To Version 9.0.1-alpha.1.21165.1
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from mono/linker dotnet/runtime dotnet/icu dotnet/xharness dotnet/runtime-assets dotnet/arcade [main] Update dependencies from mono/linker dotnet/runtime dotnet/arcade dotnet/icu dotnet/xharness dotnet/llvm-project dotnet/runtime-assets Mar 16, 2021
@dotnet-maestro dotnet-maestro bot deleted the darc-main-b4a0302a-d4e8-4d02-a9d1-a83fab102e2b branch March 16, 2021 23:14
@ghost ghost locked as resolved and limited conversation to collaborators Apr 16, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@danmoseley danmoseley added the area-codeflow for labeling automated codeflow label Jul 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-codeflow for labeling automated codeflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants