@@ -26,53 +26,50 @@ jobs:
26
26
# Linux arm
27
27
- ${{ if eq(parameters.platform, 'linux_arm') }} :
28
28
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
29
- -
(Debian.12.Arm32.Open)Ubuntu.2004 [email protected] /dotnet-buildtools/prereqs:debian-12-helix-arm32v7
29
+ -
(Debian.12.Arm32.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:debian-12-helix-arm32v7
30
30
31
31
# Linux armv6
32
32
- ${{ if eq(parameters.platform, 'linux_armv6') }} :
33
- -
(Raspbian.10.Armv6.Open)Ubuntu.2004 [email protected] /dotnet-buildtools/prereqs:raspbian-10-helix-arm32v6
33
+ -
(Raspbian.10.Armv6.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:raspbian-10-helix-arm32v6
34
34
35
35
# Linux arm64
36
36
- ${{ if eq(parameters.platform, 'linux_arm64') }} :
37
- -
(Ubuntu.2204.Arm64.Open)Ubuntu.2004 [email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8
37
+ -
(Ubuntu.2204.Arm64.Open)Ubuntu.2204 [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)Ubuntu.2004 [email protected] /dotnet-buildtools/prereqs:debian-11-helix-arm64v8
39
+ -
(Debian.11.Arm64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:debian-11-helix-arm64v8
40
40
41
41
# Linux musl x64
42
42
- ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
43
43
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
44
- -
(Alpine.317 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.17 -helix-amd64
44
+ -
(Alpine.321 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21 -helix-amd64
45
45
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
46
- -
(Alpine.320.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.20-helix-amd64
47
- -
(Alpine.318.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18-helix-amd64
46
+ -
(Alpine.321.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
48
47
49
48
# Linux musl arm64
50
49
- ${{ if and(eq(parameters.platform, 'linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }} :
51
50
-
(Alpine.320.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.20-helix-arm64v8
52
- -
(Alpine.318.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18-helix-arm64v8
53
- -
(Alpine.317.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.17-helix-arm64v8
54
51
55
52
# Linux x64
56
53
- ${{ if eq(parameters.platform, 'linux_x64') }} :
57
54
- ${{ if and(eq(parameters.jobParameters.interpreter, ''), ne(parameters.jobParameters.isSingleFile, true)) }} :
58
55
- ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
59
56
- SLES.15.Amd64.Open
60
57
-
(Centos.8.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream8-helix
61
- -
(Fedora.38 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-38 -helix
58
+ -
(Fedora.41 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-41 -helix
62
59
-
(Ubuntu.2204.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-amd64
63
60
-
(Debian.11.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11-helix-amd64
64
61
- ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
65
62
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
66
63
- SLES.15.Amd64.Open
67
- -
(Fedora.38 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-38 -helix
64
+ -
(Fedora.41 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-41 -helix
68
65
- Ubuntu.2204.Amd64.Open
69
- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64
66
+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64
70
67
-
(Mariner.2.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64
71
68
-
(AzureLinux.3.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64
72
69
-
(openSUSE.15.2.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64
73
70
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
74
71
-
(Centos.8.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream8-helix
75
- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64
72
+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64
76
73
- Ubuntu.2204.Amd64.Open
77
74
- ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }} :
78
75
# Limiting interp runs as we don't need as much coverage.
0 commit comments