From 05dddea9daa8f527e23d4e9aaaef965de2ae78ac Mon Sep 17 00:00:00 2001 From: Myron Sosyak <49795530+msosyak@users.noreply.github.com> Date: Wed, 2 Jun 2021 15:01:35 +0300 Subject: [PATCH] [BFN] Enable syncd-rpc build (#7646) Why I did it To enable syncd-rpc for Barefoot build How I did it Set the flag How to verify it ENABLE_SYNCD_RPC=y make configure PLATFORM=barefoot ENABLE_SYNCD_RPC=y make all --- .azure-pipelines/azure-pipelines-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/azure-pipelines-build.yml b/.azure-pipelines/azure-pipelines-build.yml index 3e718fad50..37cb07c6ce 100644 --- a/.azure-pipelines/azure-pipelines-build.yml +++ b/.azure-pipelines/azure-pipelines-build.yml @@ -44,6 +44,7 @@ jobs: - name: barefoot variables: + sync_rpc_image: yes swi_image: yes - name: broadcom