Skip to content

Commit 3b10334

Browse files
[ci] Remove saiserverv2 build in official build. (#15191)
Why I did it libsaithriftv2 build fails and nobody is maintaining saiserverv2's build. Remove them from official build. Work item tracking Microsoft ADO (number only): 23764652 How I did it How to verify it
1 parent 2d233f5 commit 3b10334

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

-10
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,6 @@ jobs:
159159
pushd ./src/sonic-sairedis/SAI
160160
git stash
161161
popd
162-
make $BUILD_OPTIONS ENABLE_SYNCD_RPC=y SAITHRIFT_V2=y target/docker-saiserverv2-brcm.gz
163-
pushd ./src/sonic-sairedis/SAI
164-
git stash
165-
popd
166-
fi
167-
if [ $(GROUP_NAME) == barefoot ]; then
168-
make $BUILD_OPTIONS SAITHRIFT_V2=y ENABLE_SYNCD_RPC=y target/docker-saiserverv2-bfn.gz
169-
pushd ./src/sonic-sairedis/SAI
170-
git stash
171-
popd
172162
fi
173163
fi
174164
if [ $(syncd_rpc_image) == yes ]; then

0 commit comments

Comments
 (0)