Skip to content

Commit adffbd4

Browse files
authored
Build the Broadcom DNX RPC container as part of the official build (#11829)
With the Broadcom syncd containers getting upgraded to Bullseye, the DNX RPC container is no longer automatically built. Explicitly add a make command to build it. Signed-off-by: Saikrishna Arcot <[email protected]> Signed-off-by: Saikrishna Arcot <[email protected]>
1 parent f3c1c14 commit adffbd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/azure-pipelines-build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ jobs:
139139
fi
140140
if [ $(docker_syncd_rpc_image) == yes ]; then
141141
make $BUILD_OPTIONS ENABLE_SYNCD_RPC=y target/docker-syncd-$(platform_rpc)-rpc.gz
142+
if [ $(GROUP_NAME) == broadcom ]; then
143+
make $BUILD_OPTIONS ENABLE_SYNCD_RPC=y target/docker-syncd-$(platform_rpc)-dnx-rpc.gz
144+
fi
142145
fi
143146
if [ $(syncd_rpc_image) == yes ]; then
144147
make $BUILD_OPTIONS ENABLE_SYNCD_RPC=y target/sonic-$(GROUP_NAME).bin

0 commit comments

Comments
 (0)