From 25d4faa86968676f8dbf348294d9821c5192862e Mon Sep 17 00:00:00 2001 From: Suvarna Meenakshi Date: Fri, 12 Jul 2024 22:39:39 +0000 Subject: [PATCH] Update debian version Signed-off-by: Suvarna Meenakshi --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7880f3b68..d11ec1024 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,7 @@ stages: set -ex sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev sudo apt-get -y install libhiredis0.14 - sudo dpkg -i ../target/debs/buster/{libyang_1.0.73_amd64.deb,libswsscommon_1.0.0_amd64.deb,python3-swsscommon_1.0.0_amd64.deb,libnl-3-200_*.deb,libnl-genl-3-200_*.deb,libnl-nf-3-200_*.deb,libnl-route-3-200_*.deb} + sudo dpkg -i ../target/debs/bookworm/{libyang_1.0.73_amd64.deb,libswsscommon_1.0.0_amd64.deb,python3-swsscommon_1.0.0_amd64.deb,libnl-3-200_*.deb,libnl-genl-3-200_*.deb,libnl-nf-3-200_*.deb,libnl-route-3-200_*.deb} sudo python3 -m pip install ../target/python-wheels/bookworm/swsssdk*-py3-*.whl sudo python3 -m pip install ../target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl python3 setup.py bdist_wheel