From e848b3e43c29b860d3b9c0d0a086b50f424e9895 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:37:00 +0300 Subject: [PATCH 1/4] Update gcc leg from v14 to v15 --- eng/pipelines/common/templates/pipeline-with-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/templates/pipeline-with-resources.yml b/eng/pipelines/common/templates/pipeline-with-resources.yml index bdf11a5c903610..abafefbeb91d5d 100644 --- a/eng/pipelines/common/templates/pipeline-with-resources.yml +++ b/eng/pipelines/common/templates/pipeline-with-resources.yml @@ -108,7 +108,7 @@ extends: ROOTFS_DIR: /crossrootfs/loongarch64 debian-12-gcc14-amd64: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64 linux_x64_llvmaot: image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 From a0f35a4fe94737fccf42e5223a1a91dfdb06bc0a Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:38:36 +0300 Subject: [PATCH 2/4] Update using-docker.md --- docs/workflow/using-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/using-docker.md b/docs/workflow/using-docker.md index b7a116046704f5..4b90deaba2bb27 100644 --- a/docs/workflow/using-docker.md +++ b/docs/workflow/using-docker.md @@ -47,7 +47,7 @@ The main Docker images are the most commonly used ones, and the ones you will pr | Azure Linux (x64) | Debian sid | LoongArch | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-loongarch64` | `/crossrootfs/loongarch64` | | Azure Linux (x64) | Ubuntu 18.04 | S390x | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-s390x` | `/crossrootfs/s390x` | | Azure Linux (x64) | Ubuntu 18.04 (Wasm) | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64` | `/crossrootfs/x64` | -| Debian (x64) | Debian 12 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64` | *N/A* | +| Debian (x64) | Debian 12 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64` | *N/A* | | Ubuntu (x64) | Tizen 9.0 | Arm32 (armel) | `mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-armel-tizen` | `/crossrootfs/armel` | | Ubuntu (x64) | Ubuntu 20.04 | Arm32 (v6) | `mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-cross-armv6-raspbian-10` | `/crossrootfs/armv6` | From 0bdaf120f74249dce53b432475aebcc95f6b096c Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:39:07 +0300 Subject: [PATCH 3/4] Update platform-matrix.yml --- eng/pipelines/common/platform-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/platform-matrix.yml b/eng/pipelines/common/platform-matrix.yml index 913b47c0cabb85..135ce55da6bc77 100644 --- a/eng/pipelines/common/platform-matrix.yml +++ b/eng/pipelines/common/platform-matrix.yml @@ -348,7 +348,7 @@ jobs: targetRid: linux-x64 platform: linux_x64 shouldContinueOnError: ${{ parameters.shouldContinueOnError }} - container: debian-12-gcc14-amd64 + container: debian-12-gcc15-amd64 jobParameters: runtimeFlavor: ${{ parameters.runtimeFlavor }} buildConfig: ${{ parameters.buildConfig }} From 1c8fa58bdd471958c920940abc6787ff0c4dbd54 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:39:49 +0300 Subject: [PATCH 4/4] Update pipeline-with-resources.yml --- eng/pipelines/common/templates/pipeline-with-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/templates/pipeline-with-resources.yml b/eng/pipelines/common/templates/pipeline-with-resources.yml index abafefbeb91d5d..f53646841a72b6 100644 --- a/eng/pipelines/common/templates/pipeline-with-resources.yml +++ b/eng/pipelines/common/templates/pipeline-with-resources.yml @@ -107,7 +107,7 @@ extends: env: ROOTFS_DIR: /crossrootfs/loongarch64 - debian-12-gcc14-amd64: + debian-12-gcc15-amd64: image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64 linux_x64_llvmaot: