Skip to content

Commit 7bbf43f

Browse files
committed
Fix azure pipeline and sonic-swss-common dependency conflict (#13)
1 parent da42bf1 commit 7bbf43f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
sudo apt-get install -y \
3434
libboost-system-dev \
3535
libboost-thread-dev \
36+
libboost-serialization-dev \
3637
googletest \
3738
libgtest-dev \
3839
libgmock-dev \
@@ -57,7 +58,8 @@ jobs:
5758
artifact: sonic-swss-common
5859
${{ else }}:
5960
artifact: sonic-swss-common.${{ parameters.arch }}
60-
runVersion: 'latestFromBranch'
61+
runVersion: 'specific'
62+
runId: 128696
6163
runBranch: 'refs/heads/master'
6264
path: '$(Build.SourcesDirectory)/sonic-swss-common'
6365
displayName: "Download sonic swss common deb packages"

0 commit comments

Comments
 (0)