Skip to content

Commit

Permalink
[sonic-utilities] Install swsscommon deb packages before unit test (s…
Browse files Browse the repository at this point in the history
…onic-net#181)

sonic-utilities will depend on sonic-swss-common
* [sonic-utilities] Install swsscommon deb packages before unit test
* Install python3 version of swsscommon as well
  • Loading branch information
qiluo-msft authored Nov 5, 2020
1 parent d772e7e commit a926a2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/common/sonic-utilities-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ sudo pip3 install buildimage/target/python-wheels/sonic_yang_models-1.0-py3-none
sudo dpkg -i buildimage/target/debs/buster/libyang_1.0.73_amd64.deb
sudo dpkg -i buildimage/target/debs/buster/libyang-cpp_1.0.73_amd64.deb
sudo dpkg -i buildimage/target/debs/buster/python2-yang_1.0.73_amd64.deb
sudo dpkg -i buildimage/target/debs/buster/libswsscommon_1.0.0_amd64.deb
sudo dpkg -i buildimage/target/debs/buster/python-swsscommon_1.0.0_amd64.deb
sudo dpkg -i buildimage/target/debs/buster/python3-swsscommon_1.0.0_amd64.deb
cd sonic-utilities
Expand Down

0 comments on commit a926a2a

Please sign in to comment.