Skip to content

Commit

Permalink
Recover force config option
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Jun 27, 2023
1 parent 181649d commit 2811653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ stages:
cd src/sonic-swss-common
./autogen.sh
dpkg-buildpackage -rfakeroot -us -uc -b -j$(nproc)
sudo dpkg -i ../libswsscommon_*.deb ../python3-swsscommon_*.deb
sudo dpkg -i --force-confask,confnew ../libswsscommon_*.deb
sudo dpkg -i ../python3-swsscommon_*.deb
displayName: "Compile sonic swss common"
- script: |
Expand Down

0 comments on commit 2811653

Please sign in to comment.