From 5f84d89ec7a04d5550a7fa62fd39f7dc3856518a Mon Sep 17 00:00:00 2001 From: kellyyeh Date: Mon, 22 Aug 2022 16:56:20 +0000 Subject: [PATCH 1/2] fix azure pipeline --- .azure-pipelines/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/build.yml b/.azure-pipelines/build.yml index 93dafed..a65a109 100644 --- a/.azure-pipelines/build.yml +++ b/.azure-pipelines/build.yml @@ -33,6 +33,7 @@ jobs: sudo apt-get install -y \ libboost-system-dev \ libboost-thread-dev \ + libboost-serialization-dev \ googletest \ libgtest-dev \ libgmock-dev \ @@ -55,8 +56,8 @@ jobs: artifact: sonic-swss-common ${{ else }}: artifact: sonic-swss-common.${{ parameters.arch }} - runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runVersion: 'specific' + runBranch: 128696 path: '$(Build.SourcesDirectory)/sonic-swss-common' displayName: "Download sonic swss common deb packages" - script: | From f6debabd6a22d3a486802bb68104743ec5483e94 Mon Sep 17 00:00:00 2001 From: kellyyeh <42761586+kellyyeh@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:22:48 -0700 Subject: [PATCH 2/2] Update build.yml --- .azure-pipelines/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/build.yml b/.azure-pipelines/build.yml index a65a109..4c7fcd9 100644 --- a/.azure-pipelines/build.yml +++ b/.azure-pipelines/build.yml @@ -57,7 +57,8 @@ jobs: ${{ else }}: artifact: sonic-swss-common.${{ parameters.arch }} runVersion: 'specific' - runBranch: 128696 + runId: 128696 + runBranch: 'refs/heads/master' path: '$(Build.SourcesDirectory)/sonic-swss-common' displayName: "Download sonic swss common deb packages" - script: |