From 446b2b785ab959e93862d946adf90048fde6feaf Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Tue, 16 Apr 2024 16:06:37 -0500 Subject: [PATCH] Upgrade the PR checker's slave container to Bullseye (#1994) * Upgrade the PR checker's slave container to Bookworm Debian Bookworm is the current stable distro version, and Buster is two versions old and is EOL. Since there are no artifacts built here that might get reused elsewhere, it should be safe to jump to Bookworm directly. Signed-off-by: Saikrishna Arcot * Switch to Bullseye Looks like `meta/test.pm` might be generating some code that GCC 12 believes might have an issue. Switch to the Bullseye slave container instead to unblock PR builds for now. Signed-off-by: Saikrishna Arcot --------- Signed-off-by: Saikrishna Arcot --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 071ad3469..190f93bec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ stages: - job: container: - image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster:latest + image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye:latest displayName: "build" timeoutInMinutes: 60 @@ -34,7 +34,7 @@ stages: - script: | set -ex sudo apt-get update - sudo apt-get install -y thrift-compiler libthrift-0.11.0 libthrift-dev + sudo apt-get install -y thrift-compiler libthrift-dev displayName: "Install thrift compiler" - script: | set -ex