Skip to content

Commit

Permalink
Add linux-musl-arm SOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 committed Sep 14, 2022
1 parent d3a6215 commit 6f8cd12
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ stages:

- template: /eng/build.yml
parameters:
name: MacOS_cross
name: MacOS_arm64
osGroup: MacOS_cross
crossbuild: true
buildAndSkipTest: true
Expand All @@ -191,7 +191,7 @@ stages:
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
- template: /eng/build.yml
parameters:
name: Linux_cross
name: Linux_arm
osGroup: Linux
dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-20210719121212-8a8d3be
crossrootfsDir: '/crossrootfs/arm'
Expand All @@ -205,7 +205,7 @@ stages:

- template: /eng/build.yml
parameters:
name: Linux_cross64
name: Linux_arm64
osGroup: Linux
dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-20210719121212-8a8d3be
crossrootfsDir: '/crossrootfs/arm64'
Expand All @@ -219,7 +219,22 @@ stages:

- template: /eng/build.yml
parameters:
name: Alpine_cross64
name: Linux_musl_arm
osGroup: Linux
dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm-alpine-20210923140502-78f7860
crossrootfsDir: '/crossrootfs/arm'
artifactsTargetPath: bin/Linux-musl.arm.Release
buildAndSkipTest: true
strategy:
matrix:
Build_Release:
_BuildConfig: Release
_BuildArch: arm
_PublishArtifacts: bin/Linux.arm.Release

- template: /eng/build.yml
parameters:
name: Linux_musl_arm64
osGroup: Linux
dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-alpine-20210923140502-78f7860
crossrootfsDir: '/crossrootfs/arm64'
Expand All @@ -232,7 +247,6 @@ stages:
_BuildArch: arm64
_PublishArtifacts: bin/Linux.arm64.Release


############################
# #
# Test only legs #
Expand Down Expand Up @@ -316,10 +330,11 @@ stages:
- CentOS_7
- Alpine3_13
- MacOS
- MacOS_cross
- Linux_cross
- Linux_cross64
- Alpine_cross64
- MacOS_arm64
- Linux_arm
- Linux_arm64
- Linux_musl_arm
- Linux_musl_arm64
condition: succeeded()
pool:
name: NetCore1ESPool-Internal
Expand Down

0 comments on commit 6f8cd12

Please sign in to comment.