Skip to content

Commit

Permalink
kamel: ci: fix regression when building variant images
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Feb 3, 2024
1 parent 620a6b6 commit aefeb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jobs:
rm target/sonic-vs.img
fi
else
make $BUILD_OPTIONS target/sonic-$(GROUP_NAME).bin
if [ $(dbg_image) == yes ]; then
make $BUILD_OPTIONS INSTALL_DEBUG_TOOLS=y target/sonic-$(GROUP_NAME).bin
mv target/sonic-$(GROUP_NAME).bin target/sonic-$(GROUP_NAME)-dbg.bin
Expand Down Expand Up @@ -169,6 +168,7 @@ jobs:
make $BUILD_OPTIONS ENABLE_SYNCD_RPC=y target/sonic-$(GROUP_NAME).bin
mv target/sonic-mellanox.bin target/sonic-$(GROUP_NAME)-rpc.bin
fi
make $BUILD_OPTIONS target/sonic-$(GROUP_NAME).bin
fi
displayName: "Build sonic image"
- template: .azure-pipelines/check-dirty-version.yml@buildimage

0 comments on commit aefeb47

Please sign in to comment.