Skip to content

Commit

Permalink
Upgrade the PR checker's slave container to Bullseye (#1994)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* 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 <[email protected]>

---------

Signed-off-by: Saikrishna Arcot <[email protected]>
  • Loading branch information
saiarcot895 authored Apr 16, 2024
1 parent cd249d6 commit 446b2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 446b2b7

Please sign in to comment.