From df0fc12896801849d0ad6798f710a78264cb896e Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Wed, 22 Feb 2023 13:51:32 -0500 Subject: [PATCH] Add Alpine CI for source-build (#14417) Co-authored-by: Michael Simons --- .../templates/job/source-build-run-tarball-build.yml | 8 ++++++++ .../eng/bootstrap/buildBootstrapPreviouslySB.csproj | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml index efa1ff1af..f031aaf23 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml @@ -9,6 +9,7 @@ parameters: # The following parameters aren't expected to be passed in rather they are used for encapsulation # ----------------------------------------------------------------------------------------------- + alpine317Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17-20230214152931-7f13c75 centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c debian11Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae @@ -50,6 +51,13 @@ jobs: _RunOnline: false _WithPreviousSDK: false ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: + Alpine317-Offline: + _BootstrapPrep: true + _Container: ${{ parameters.alpine317Container }} + _EnablePoison: false + _ExcludeOmniSharpTests: true + _RunOnline: false + _WithPreviousSDK: false CentOSStream8-WithPreviousSDK: _BootstrapPrep: false _Container: ${{ parameters.centOSStream8Container }} diff --git a/src/SourceBuild/tarball/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj b/src/SourceBuild/tarball/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj index 256cde2a2..f8fb96aa2 100644 --- a/src/SourceBuild/tarball/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj +++ b/src/SourceBuild/tarball/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj @@ -15,9 +15,13 @@ + + + +