From 01738fb7891aab4f9b0b7bbe4222848a9744ca1d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 00:34:57 +0000 Subject: [PATCH 1/2] Initial plan From bf79da8675fbbee83e7f37883cd2c957bf15bf1e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 00:39:56 +0000 Subject: [PATCH 2/2] Update Docker image from Debian 12 GCC13 to Debian 13 GCC15 Co-authored-by: richlander <2608468+richlander@users.noreply.github.com> --- eng/pipelines/common/platform-matrix.yml | 2 +- eng/pipelines/common/templates/pipeline-with-resources.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/common/platform-matrix.yml b/eng/pipelines/common/platform-matrix.yml index c0b85891bfce42..3706533d462c4f 100644 --- a/eng/pipelines/common/platform-matrix.yml +++ b/eng/pipelines/common/platform-matrix.yml @@ -349,7 +349,7 @@ jobs: targetRid: linux-x64 platform: linux_x64 shouldContinueOnError: ${{ parameters.shouldContinueOnError }} - container: debian-12-gcc13-amd64 + container: debian-13-gcc15-amd64 jobParameters: runtimeFlavor: ${{ parameters.runtimeFlavor }} buildConfig: ${{ parameters.buildConfig }} diff --git a/eng/pipelines/common/templates/pipeline-with-resources.yml b/eng/pipelines/common/templates/pipeline-with-resources.yml index 7a81bea1da073f..1ed0287e2503f9 100644 --- a/eng/pipelines/common/templates/pipeline-with-resources.yml +++ b/eng/pipelines/common/templates/pipeline-with-resources.yml @@ -95,8 +95,8 @@ extends: env: ROOTFS_DIR: /crossrootfs/riscv64 - debian-12-gcc13-amd64: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc13-amd64 + debian-13-gcc15-amd64: + image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-13-gcc15-amd64 linux_x64_llvmaot: image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9-amd64