File tree 2 files changed +4
-0
lines changed
broadcom/buildimage-brcm-all
mellanox/buildimage-mlnx-all
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ pipeline {
34
34
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
35
35
36
36
make configure PLATFORM=broadcom
37
+ make SONIC_CONFIG_BUILD_JOBS=1 INSTALL_DEBUG_TOOLS=y target/sonic-broadcom.bin
38
+ mv target/sonic-broadcom.bin target/sonic-broadcom-dbg.bin
37
39
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-broadcom.bin
38
40
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-aboot-broadcom.swi
39
41
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-broadcom.raw
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ pipeline {
35
35
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
36
36
37
37
make configure PLATFORM=mellanox
38
+ make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y INSTALL_DEBUG_TOOLS=y target/sonic-mellanox.bin
39
+ mv target/sonic-mellanox.bin target/sonic-mellanox-dbg.bin
38
40
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
39
41
ENABLE_SYNCD_RPC=y make SONIC_CONFIG_BUILD_JOBS=1 target/docker-syncd-mlnx-rpc.gz target/docker-ptf-mlnx.gz
40
42
'''
You can’t perform that action at this time.
0 commit comments