Skip to content

Commit 4b3b238

Browse files
authored
Install libyang to azure pipeline (#292)
#### Why I did it sonic-swss-common lib will add dependency to libyang soon, so need install libyang lib to prevent build and UT break. #### How I did it Modify azure pipeline to install libyang in azure pipeline steps. #### How to verify it Pass all UT. #### Which release branch to backport (provide reason below if selected) #### Description for the changelog Modify azure pipeline to install libyang in azure pipeline steps. #### Link to config_db schema for YANG module changes #### A picture of a cute animal (not mandatory but encouraged)
1 parent 8ff5f37 commit 4b3b238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
sudo dpkg -i libnl-route-3-200_*.deb
9393
sudo dpkg -i libnl-nf-3-200_*.deb
9494
sudo dpkg -i libhiredis0.14_*.deb
95+
sudo dpkg -i libyang_1.0.73_amd64.deb
9596
sudo dpkg -i libswsscommon_1.0.0_amd64.deb
9697
sudo dpkg -i python-swsscommon_1.0.0_amd64.deb
9798
sudo dpkg -i python3-swsscommon_1.0.0_amd64.deb

0 commit comments

Comments
 (0)