Skip to content

Commit b909dd9

Browse files
committed
Add Alpine CI for source-build
1 parent 535d6f6 commit b909dd9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ parameters:
99

1010
# The following parameters aren't expected to be passed in rather they are used for encapsulation
1111
# -----------------------------------------------------------------------------------------------
12+
alpine315Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20230201170331-8b7d579
1213
centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab
1314
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
1415
debian11Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae
@@ -49,6 +50,13 @@ jobs:
4950
_ExcludeOmniSharpTests: true
5051
_RunOnline: false
5152
_WithPreviousSDK: false
53+
Alpine315-Offline:
54+
_BootstrapPrep: true
55+
_Container: ${{ parameters.alpine315Container }}
56+
_EnablePoison: false
57+
_ExcludeOmniSharpTests: true
58+
_RunOnline: false
59+
_WithPreviousSDK: false
5260
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
5361
CentOSStream8-WithPreviousSDK:
5462
_BootstrapPrep: false

src/SourceBuild/tarball/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@
1515
<ItemGroup>
1616
<!-- These packages will be replaced with ms-built packages downloaded from official package feeds-->
1717
<PackageDownload Include="Microsoft.Aspnetcore.App.Runtime.linux-x64" Version="[$(MicrosoftAspNetCoreAppRuntimeVersion)]" />
18+
<PackageDownload Include="Microsoft.AspNetCore.App.Runtime.linux-musl-x64" Version="[$(MicrosoftAspNetCoreAppRuntimeVersion)]" />
1819
<PackageDownload Include="Microsoft.NETCore.App.Crossgen2.linux-x64" Version="[$(MicrosoftNETCoreAppCrossgen2Version)]" />
1920
<PackageDownload Include="Microsoft.NETCore.App.Host.linux-x64" Version="[$(MicrosoftNETCoreAppHostPackageVersion)]" />
2021
<PackageDownload Include="Microsoft.NETCore.App.Runtime.linux-x64" Version="[$(MicrosoftNETCoreAppRuntimeVersion)]" />
2122
<PackageDownload Include="Microsoft.NET.HostModel" Version="[$(MicrosoftNETHostModelVersion)]" />
2223
<PackageDownload Include="Microsoft.NET.Sdk.IL" Version="[$(MicrosoftNETSdkILVersion)]" />
24+
<PackageDownload Include="Microsoft.NETCore.App.Host.linux-musl-x64" Version="[$(MicrosoftNETCoreAppHostLinuxX64Version)]" />
25+
<PackageDownload Include="Microsoft.NETCore.App.Runtime.linux-musl-x64" Version="[$(MicrosoftNETCoreAppRuntimeLinuxX64Version)]" />
26+
<PackageDownload Include="Microsoft.NETCore.App.Crossgen2.linux-musl-x64" Version="[$(MicrosoftNETCoreAppCrossgen2LinuxX64Version)]" />
2327
<PackageDownload Include="Microsoft.NETCore.ILAsm" Version="[$(MicrosoftNETCoreILAsmVersion)]" />
2428
<PackageDownload Include="Microsoft.NETCore.ILDAsm" Version="[$(MicrosoftNETCoreILDAsmVersion)]" />
2529
<PackageDownload Include="Microsoft.NETCore.TestHost" Version="[$(MicrosoftNETCoreTestHostVersion)]" />

0 commit comments

Comments
 (0)