Skip to content

Commit

Permalink
Remove command to install libhiredis deb file (#151)
Browse files Browse the repository at this point in the history
### Why I did it

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.
  • Loading branch information
saiarcot895 authored and StormLiangMS committed Oct 17, 2023
1 parent df4d49f commit de55902
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ stages:
patterns: |
target/debs/bullseye/libyang*.deb
target/debs/bullseye/libnl*.deb
target/debs/bullseye/libhiredis*.deb
displayName: "Download bullseye debs"

- script: |
Expand All @@ -103,13 +102,11 @@ stages:
- script: |
# LIBSWSSCOMMON
sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev
sudo apt-get -y purge libnl-3-dev libnl-route-3-dev
sudo dpkg -i ../target/debs/bullseye/libnl-3-200_*.deb
sudo dpkg -i ../target/debs/bullseye/libnl-genl-3-200_*.deb
sudo dpkg -i ../target/debs/bullseye/libnl-route-3-200_*.deb
sudo dpkg -i ../target/debs/bullseye/libnl-nf-3-200_*.deb
sudo dpkg -i ../target/debs/bullseye/libhiredis0.14_*.deb
sudo dpkg -i ../target/debs/bullseye/libhiredis-dev_*.deb
displayName: "Install libswsscommon dependencies"
- script: |
Expand Down

0 comments on commit de55902

Please sign in to comment.