36
36
- ${{ if eq(parameters.platform, 'linux_arm64') }} :
37
37
-
(Ubuntu.2204.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8
38
38
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
39
- -
(Debian.11 .Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-arm64v8
39
+ -
(Debian.12 .Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-arm64v8
40
40
41
41
# Linux musl x64
42
42
- ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
@@ -54,10 +54,10 @@ jobs:
54
54
- ${{ if and(eq(parameters.jobParameters.interpreter, ''), ne(parameters.jobParameters.isSingleFile, true)) }} :
55
55
- ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
56
56
- SLES.15.Amd64.Open
57
- -
(Centos.8 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream8 -helix
57
+ -
(Centos.9 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream9 -helix
58
58
-
(Fedora.41.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-41-helix
59
59
-
(Ubuntu.2204.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-amd64
60
- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64
60
+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64
61
61
- ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
62
62
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
63
63
- SLES.15.Amd64.Open
@@ -66,14 +66,14 @@ jobs:
66
66
-
(Debian.12.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12-helix-amd64
67
67
-
(Mariner.2.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64
68
68
-
(AzureLinux.3.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64
69
- -
(openSUSE.15.2 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:opensuse-15.2 -helix-amd64
69
+ -
(openSUSE.15.6 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:opensuse-15.6 -helix-amd64
70
70
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
71
- -
(Centos.8 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream8 -helix
71
+ -
(Centos.9 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream9 -helix
72
72
-
(Debian.12.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12-helix-amd64
73
73
- Ubuntu.2204.Amd64.Open
74
74
- ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }} :
75
75
# Limiting interp runs as we don't need as much coverage.
76
- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64
76
+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64
77
77
78
78
# Linux s390x
79
79
- ${{ if eq(parameters.platform, 'linux_s390x') }} :
0 commit comments