Skip to content

Commit 6d414d6

Browse files
committed
Add alpine to CI for source-build
1 parent d31aa16 commit 6d414d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ parameters:
1212

1313
# The following parameters aren't expected to be passed in rather they are used for encapsulation
1414
# -----------------------------------------------------------------------------------------------
15+
alpine315Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20211214164127-f0ea7ba
1516
centOS7Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-source-build-20210714125450-5d87b80
1617
centOS8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-source-build-20211118190102-9355e7b
1718
debian9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20211001171226-047508b
@@ -37,6 +38,12 @@ jobs:
3738
${{ parameters.poolInternal }}
3839
strategy:
3940
matrix:
41+
Alpine315-Offline:
42+
_BootstrapPrep: true
43+
_BuildArch: x64
44+
_Container: ${{ parameters.alpine315Container }}
45+
_ExcludeOmniSharpTests: true
46+
_RunOnline: false
4047
CentOS7-Online:
4148
_BootstrapPrep: true
4249
_BuildArch: x64

0 commit comments

Comments
 (0)