Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/pipelines/common/templates/pipeline-with-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ extends:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-24.04

linux_musl_x64_dev_innerloop:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.23-amd64

linux_x64_sanitizer:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net11.0-cross-amd64-sanitizer
Expand Down
12 changes: 6 additions & 6 deletions eng/pipelines/coreclr/templates/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,23 @@ jobs:
# Linux musl x64
- ${{ if eq(parameters.platform, 'linux_musl_x64') }}:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- (Alpine.322.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64@sha256:bb83259554319753846ffd6892452c679446fee7671b61f52f1bca3b4eb23482
- (Alpine.323.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-amd64
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- (Alpine.322.Amd64)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64@sha256:bb83259554319753846ffd6892452c679446fee7671b61f52f1bca3b4eb23482
- (Alpine.323.Amd64)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-amd64

# Linux musl arm32
- ${{ if eq(parameters.platform, 'linux_musl_arm') }}:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- (Alpine.322.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-arm32v7@sha256:9def952ab6aefa9d4641b4db38c2b147f1f33fede8540c4a971f3a071d3a44de
- (Alpine.323.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm32v7
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- (Alpine.322.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-arm32v7@sha256:9def952ab6aefa9d4641b4db38c2b147f1f33fede8540c4a971f3a071d3a44de
- (Alpine.323.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm32v7

# Linux musl arm64
- ${{ if eq(parameters.platform, 'linux_musl_arm64') }}:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- (Alpine.322.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-arm64v8@sha256:d09ce866cd51a51f8d361b0c696175ec7e948950ad1caa811eb44ba318bc82f3
- (Alpine.323.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm64v8
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- (Alpine.322.Arm64)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-arm64v8@sha256:d09ce866cd51a51f8d361b0c696175ec7e948950ad1caa811eb44ba318bc82f3
- (Alpine.323.Arm64)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm64v8

# Linux x64
- ${{ if eq(parameters.platform, 'linux_x64') }}:
Expand Down
28 changes: 14 additions & 14 deletions eng/pipelines/helix-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,39 +176,39 @@ variables:
- name: helix_linux_musl_x64_latest
value: (Alpine.edge.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-edge-helix-amd64

# Oldest: Alpine 3.20
# Oldest: Alpine 3.23
- name: helix_linux_musl_x64_oldest
value: (Alpine.320.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-amd64
value: (Alpine.323.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-amd64

# Linux musl ARM32
# Latest: Alpine 3.22
# Latest: Alpine 3.23
- name: helix_linux_musl_arm32_latest
value: (Alpine.322.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.22-helix-arm32v7
value: (Alpine.323.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm32v7

- name: helix_linux_musl_arm32_latest_internal
value: (Alpine.322.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.22-helix-arm32v7
value: (Alpine.323.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm32v7

# Oldest: Alpine 3.20
# Oldest: Alpine 3.23
- name: helix_linux_musl_arm32_oldest
value: (Alpine.320.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-arm32v7
value: (Alpine.323.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm32v7

- name: helix_linux_musl_arm32_oldest_internal
value: (Alpine.320.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-arm32v7
value: (Alpine.323.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm32v7

# Linux musl ARM64
# Latest: Alpine 3.22
# Latest: Alpine 3.23
- name: helix_linux_musl_arm64_latest
value: (Alpine.322.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.22-helix-arm64v8
value: (Alpine.323.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm64v8

- name: helix_linux_musl_arm64_latest_internal
value: (Alpine.322.Arm64)[email protected]/dotnet-buildtools/prereqs:alpine-3.22-helix-arm64v8
value: (Alpine.323.Arm64)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm64v8

# Oldest: Alpine 3.20
# Oldest: Alpine 3.23
- name: helix_linux_musl_arm64_oldest
value: (Alpine.320.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-arm64v8
value: (Alpine.323.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm64v8

- name: helix_linux_musl_arm64_oldest_internal
value: (Alpine.320.Arm64)[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-arm64v8
value: (Alpine.323.Arm64)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm64v8

# ===========================================
# Windows Platforms
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/installer/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

# Linux musl x64
- ${{ if eq(parameters.platform, 'linux_musl_x64') }}:
- (Alpine.322.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64@sha256:bb83259554319753846ffd6892452c679446fee7671b61f52f1bca3b4eb23482
- (Alpine.323.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-amd64

# Linux musl arm64
- ${{ if and(eq(parameters.platform, 'linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }}:
- (Alpine.322.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-arm64v8@sha256:d09ce866cd51a51f8d361b0c696175ec7e948950ad1caa811eb44ba318bc82f3
- (Alpine.323.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm64v8

# Linux x64
- ${{ if eq(parameters.platform, 'linux_x64') }}:
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
- (Alpine.Edge.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-edge-helix-amd64
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
- (Alpine.322.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64@sha256:bb83259554319753846ffd6892452c679446fee7671b61f52f1bca3b4eb23482
- (Alpine.323.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-amd64

# Linux musl arm64
- ${{ if eq(parameters.platform, 'linux_musl_arm64') }}:
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
- (Alpine.322.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-arm64v8@sha256:d09ce866cd51a51f8d361b0c696175ec7e948950ad1caa811eb44ba318bc82f3
- (Alpine.323.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.23-helix-arm64v8

# Linux x64
- ${{ if eq(parameters.platform, 'linux_x64') }}:
Expand Down
Loading