From 16f889ece8f00fc8fa688227ae8e1332ffc06be1 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 9 Jun 2023 14:05:11 -0700 Subject: [PATCH 1/8] Remove the gitter link No one on the team uses it so it may confuse contributors to have it there. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7cad66146..1afbf4b83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # .NET SDK Installers -[![Join the chat at https://gitter.im/dotnet/cli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub release](https://img.shields.io/github/release/dotnet/installer.svg)](https://GitHub.com/dotnet/installer/releases/) [![GitHub repo size](https://img.shields.io/github/repo-size/dotnet/installer)](https://github.com/dotnet/installer) [![GitHub issues-opened](https://img.shields.io/github/issues/dotnet/installer.svg)](https://GitHub.com/dotnet/installer/issues?q=is%3Aissue+is%3Aopened) From f8275a0edc0a90b593f2e3f73c4b9b3e908e3e22 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Mon, 12 Jun 2023 16:48:21 -0400 Subject: [PATCH 2/8] Replace Fedora 36 (EOL) with 38 for VMR CI (#16648) --- eng/pipelines/templates/stages/vmr-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/pipelines/templates/stages/vmr-build.yml b/eng/pipelines/templates/stages/vmr-build.yml index d90588a29..d780a76a5 100644 --- a/eng/pipelines/templates/stages/vmr-build.yml +++ b/eng/pipelines/templates/stages/vmr-build.yml @@ -17,7 +17,7 @@ parameters: centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 debian11Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8 - fedora36Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36 + fedora38Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-38 ubuntu2004Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04 # Internal builds @@ -183,14 +183,14 @@ stages: - template: ../jobs/vmr-build.yml parameters: - buildName: Fedora36_Offline_MsftSdk + buildName: Fedora38_Offline_MsftSdk isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }} vmrBranch: ${{ variables.VmrBranch }} architecture: x64 pool: name: ${{ variables.defaultPoolName }} demands: ${{ variables.defaultPoolDemands }} - container: ${{ parameters.fedora36Container }} + container: ${{ parameters.fedora38Container }} buildFromArchive: true # ✅ enablePoison: true # ✅ excludeOmniSharpTests: false # 🚫 @@ -258,14 +258,14 @@ stages: - template: ../jobs/vmr-build.yml parameters: - buildName: Fedora36_Offline_CurrentSourceBuiltSdk + buildName: Fedora38_Offline_CurrentSourceBuiltSdk isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }} vmrBranch: ${{ variables.VmrBranch }} architecture: x64 pool: name: ${{ variables.defaultPoolName }} demands: ${{ variables.defaultPoolDemands }} - container: ${{ parameters.fedora36Container }} + container: ${{ parameters.fedora38Container }} buildFromArchive: false # 🚫 enablePoison: false # 🚫 excludeOmniSharpTests: false # 🚫 @@ -273,4 +273,4 @@ stages: runOnline: false # 🚫 useMonoRuntime: false # 🚫 withPreviousSDK: false # 🚫 - reuseBuildArtifactsFrom: Fedora36_Offline_MsftSdk + reuseBuildArtifactsFrom: Fedora38_Offline_MsftSdk From ce2405e8e8ddc84cfee5deba49cf493b56c9388e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Jun 2023 12:29:42 +0000 Subject: [PATCH 3/8] Update dependencies from https://github.com/dotnet/source-build-externals build 20230612.1 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.23305.2 -> To Version 8.0.0-alpha.1.23312.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ae8ef7819..3b5342f0a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -181,9 +181,9 @@ 9e870996b8bf0b91a791edd1039bfd23bdd01af8 - + https://github.com/dotnet/source-build-externals - 7f9ae67f86a5adc1d9bf2f22f4bf3ec05b6d7b68 + 50600f7fcd6e56a496233a859ed7d4d90c173b0d From 369171ae0fb1c90461ddb7f216c0054e038ddedd Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 13 Jun 2023 09:24:08 -0700 Subject: [PATCH 4/8] Do not publish wixpacks when postbuild sign is not true (#16617) --- eng/Publishing.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/Publishing.props b/eng/Publishing.props index f564a94e3..34462e584 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -76,7 +76,10 @@ + + + From e9d2742bd95292aa7b1b59d1c9ef7b8568f98e3a Mon Sep 17 00:00:00 2001 From: NET Source-Build Bot <102560831+dotnet-sb-bot@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:46:51 -0700 Subject: [PATCH 5/8] .NET Source-Build 8.0.100-preview.5.23303.2 June 2023 Updates (#16661) --- src/SourceBuild/content/eng/Versions.props | 4 ++-- src/SourceBuild/content/global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props index 3661329e8..8d0d652e3 100644 --- a/src/SourceBuild/content/eng/Versions.props +++ b/src/SourceBuild/content/eng/Versions.props @@ -18,8 +18,8 @@ These URLs can't be composed from their base URL and version as we read them from the prep.sh and pipeline scripts, outside of MSBuild. --> - https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.100-preview.4.23260.1.centos.8-x64.tar.gz + https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.100-preview.5.23303.1.centos.8-x64.tar.gz https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Prebuilts.0.1.0-8.0.100-33.centos.8-x64.tar.gz - https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.100-preview.4.23260.1-centos.8-x64.tar.gz + https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.100-preview.5.23303.1-centos.8-x64.tar.gz diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index 1a12303a1..e48624c34 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "8.0.100-preview.4.23260.5" + "dotnet": "8.0.100-preview.5.23303.2" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", From 27c7c9cc1b711bb9cb5ec3527f8f587571a11e18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 21:52:12 +0000 Subject: [PATCH 6/8] [main] Update dependencies from dotnet/source-build-reference-packages (#16667) [main] Update dependencies from dotnet/source-build-reference-packages --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b5342f0a..973334321 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,9 +227,9 @@ https://github.com/dotnet/runtime af841c8b33cecc92d74222298f1e45bf7bf3d90a - + https://github.com/dotnet/source-build-reference-packages - ceb1133c46abe15ee48ea799950e7a6a74417b74 + 79d8ac07238132f52652f2486090e782720fbb1d From 9f5abae02953da7397f7dccd070080b43e662dd3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:58:47 +0000 Subject: [PATCH 7/8] [main] Update dependencies from dotnet/source-build-reference-packages (#16674) [main] Update dependencies from dotnet/source-build-reference-packages --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 973334321..c5893b99a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,9 +227,9 @@ https://github.com/dotnet/runtime af841c8b33cecc92d74222298f1e45bf7bf3d90a - + https://github.com/dotnet/source-build-reference-packages - 79d8ac07238132f52652f2486090e782720fbb1d + f8ebadcc83f7fc8cfd5147078c87d6e583cb32f1 From 1c9fccae00c82d26e4f1747c23a78a59160dc5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 15 Jun 2023 04:48:24 +0900 Subject: [PATCH 8/8] Add bionic to known NativeAOT runtime packs (#16673) --- src/redist/targets/GenerateBundledVersions.targets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index a3e2d236d..ac0f80f2c 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -309,6 +309,8 @@ tvossimulator-x64; maccatalyst-arm64; maccatalyst-x64; + linux-bionic-arm64; + linux-bionic-x64; " />