Skip to content

Commit

Permalink
[ci] Fix pipeline issue caused by sonic-slave-* change. (sonic-net#2709)
Browse files Browse the repository at this point in the history
What I did
These 3 packages maybe purged by default. Do not block pipeline.
Download deb/whl packages only to accelerate download process.
How I did it
How to verify it
  • Loading branch information
liushilongbuaa committed Jun 15, 2023
1 parent 7c4bfed commit ea47196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stages:

- script: |
set -xe
sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev
sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev || true
sudo dpkg -i libnl-3-200_*.deb
sudo dpkg -i libnl-genl-3-200_*.deb
sudo dpkg -i libnl-route-3-200_*.deb
Expand Down

0 comments on commit ea47196

Please sign in to comment.