Skip to content

Commit

Permalink
Fix libswsscommon package installation for non-amd64 (sonic-net#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
saiarcot895 authored Jun 26, 2023
1 parent 3c16c8c commit 32c0c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- script: |
set -ex
# LIBSWSSCOMMON
sudo dpkg -i libswsscommon_1.0.0_amd64.deb
sudo dpkg -i libswsscommon-dev_1.0.0_amd64.deb
sudo dpkg -i libswsscommon_1.0.0_${{ parameters.arch }}.deb
sudo dpkg -i libswsscommon-dev_1.0.0_${{ parameters.arch }}.deb
workingDirectory: $(Pipeline.Workspace)/
displayName: 'Install libswsscommon package'
- script: |
Expand Down

0 comments on commit 32c0c3f

Please sign in to comment.