Skip to content

Commit 05150a6

Browse files
authored
Remove ENABLE_DHCP_GRAPH_SERVICE option from make command line (sonic-net#58)
1 parent ebd3a7e commit 05150a6

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

jenkins/mellanox/buildimage-mlnx-201811-rpc/Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ pipeline {
3434
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
3535
3636
make configure PLATFORM=mellanox
37-
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y ENABLE_SYNCD_RPC=y all
38-
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
37+
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_SYNCD_RPC=y all
38+
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-mellanox.bin
3939
'''
4040
}
4141
}

jenkins/mellanox/buildimage-mlnx-201904/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline {
3434
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
3535
3636
make configure PLATFORM=mellanox
37-
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
37+
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-mellanox.bin
3838
'''
3939
}
4040
}

jenkins/mellanox/buildimage-mlnx-all-rpc/Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ pipeline {
2525
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
2626
2727
make configure PLATFORM=mellanox
28-
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y ENABLE_SYNCD_RPC=y all
29-
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
28+
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_SYNCD_RPC=y all
29+
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-mellanox.bin
3030
'''
3131
}
3232
}

jenkins/mellanox/buildimage-mlnx-all/Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ pipeline {
3535
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
3636
3737
make configure PLATFORM=mellanox
38-
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y INSTALL_DEBUG_TOOLS=y target/sonic-mellanox.bin
38+
make SONIC_CONFIG_BUILD_JOBS=1 INSTALL_DEBUG_TOOLS=y target/sonic-mellanox.bin
3939
mv target/sonic-mellanox.bin target/sonic-mellanox-dbg.bin
40-
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
40+
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-mellanox.bin
4141
ENABLE_SYNCD_RPC=y make SONIC_CONFIG_BUILD_JOBS=1 target/docker-syncd-mlnx-rpc.gz target/docker-ptf-mlnx.gz
4242
'''
4343
}

jenkins/mellanox/buildimage-mlnx-bmtor-rpc/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline {
3333
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
3434
3535
make configure PLATFORM=mellanox
36-
make ENABLE_DHCP_GRAPH_SERVICE=y ENABLE_SYNCD_RPC=y target/sonic-mellanox.bin
36+
make ENABLE_SYNCD_RPC=y target/sonic-mellanox.bin
3737
'''
3838
}
3939
}

jenkins/mellanox/buildimage-mlnx-bmtor/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline {
3333
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
3434
3535
make configure PLATFORM=mellanox
36-
make ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
36+
make target/sonic-mellanox.bin
3737
'''
3838
}
3939
}

0 commit comments

Comments
 (0)