Skip to content

Commit

Permalink
Fix azure pipeline and sonic-swss-common dependency conflict (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyyeh committed Oct 7, 2022
1 parent da42bf1 commit 7bbf43f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
sudo apt-get install -y \
libboost-system-dev \
libboost-thread-dev \
libboost-serialization-dev \
googletest \
libgtest-dev \
libgmock-dev \
Expand All @@ -57,7 +58,8 @@ jobs:
artifact: sonic-swss-common
${{ else }}:
artifact: sonic-swss-common.${{ parameters.arch }}
runVersion: 'latestFromBranch'
runVersion: 'specific'
runId: 128696
runBranch: 'refs/heads/master'
path: '$(Build.SourcesDirectory)/sonic-swss-common'
displayName: "Download sonic swss common deb packages"
Expand Down

0 comments on commit 7bbf43f

Please sign in to comment.