Skip to content

Commit 8fa9785

Browse files
authored
Update gcc leg from v14 to v15 (#115128)
1 parent 251d097 commit 8fa9785

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/workflow/using-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The main Docker images are the most commonly used ones, and the ones you will pr
4747
| Azure Linux (x64) | Debian sid | LoongArch | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-loongarch64` | `/crossrootfs/loongarch64` |
4848
| Azure Linux (x64) | Ubuntu 18.04 | S390x | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-s390x` | `/crossrootfs/s390x` |
4949
| Azure Linux (x64) | Ubuntu 18.04 (Wasm) | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64` | `/crossrootfs/x64` |
50-
| Debian (x64) | Debian 12 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64` | *N/A* |
50+
| Debian (x64) | Debian 12 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64` | *N/A* |
5151
| Ubuntu (x64) | Tizen 9.0 | Arm32 (armel) | `mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-armel-tizen` | `/crossrootfs/armel` |
5252
| Ubuntu (x64) | Ubuntu 20.04 | Arm32 (v6) | `mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-cross-armv6-raspbian-10` | `/crossrootfs/armv6` |
5353

eng/pipelines/common/platform-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
targetRid: linux-x64
349349
platform: linux_x64
350350
shouldContinueOnError: ${{ parameters.shouldContinueOnError }}
351-
container: debian-12-gcc14-amd64
351+
container: debian-12-gcc15-amd64
352352
jobParameters:
353353
runtimeFlavor: ${{ parameters.runtimeFlavor }}
354354
buildConfig: ${{ parameters.buildConfig }}

eng/pipelines/common/templates/pipeline-with-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ extends:
107107
env:
108108
ROOTFS_DIR: /crossrootfs/loongarch64
109109

110-
debian-12-gcc14-amd64:
111-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64
110+
debian-12-gcc15-amd64:
111+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64
112112

113113
linux_x64_llvmaot:
114114
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8

0 commit comments

Comments
 (0)