From 0dafb55befe81734f5532592a29e90da59c14838 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Wed, 13 Sep 2023 11:13:45 -0700 Subject: [PATCH] Remove command to install libhiredis deb file (#398) libhiredis is now used as-is from the slave container, since we're not making any changes to this package. See also sonic-net/sonic-buildimage#15633. Signed-off-by: Saikrishna Arcot --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b62671c07..637849b3d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,13 +41,12 @@ steps: - script: | set -xe - sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev || true + sudo apt-get -y purge libnl-3-dev libnl-route-3-dev || true sudo dpkg -i libyang_1.0.73_amd64.deb \ libnl-3-200_*.deb \ libnl-genl-3-200_*.deb \ libnl-route-3-200_*.deb \ libnl-nf-3-200_*.deb \ - libhiredis0.14_*.deb \ libswsscommon_1.0.0_amd64.deb \ python3-swsscommon_1.0.0_amd64.deb workingDirectory: $(Build.ArtifactStagingDirectory)/target/debs/bullseye/