Skip to content

Commit 71b1aa8

Browse files
DLPX-96466 hv_kvp_daemon incorrectly calls hv_get_dhcp_info and hv_get_dns_info from /usr/libexec/hypervkvpd/ (#387)
* DLPX-96466 hv_kvp_daemon incorrectly calls hv_get_dhcp_info and hv_get_dns_info from /usr/libexec/hypervkvpd/ PR URL: https://www.github.com/delphix/linux-pkg/pull/387 * Remove un-needed setting for do_tools_common=true since we pass it in for azure builds.
1 parent 26a4f8b commit 71b1aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/linux-kernel-azure/config.delphix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function prepare() {
3838
}
3939

4040
function build() {
41-
logmust kernel_build "azure"
41+
logmust kernel_build "azure" "do_tools_common=true"
4242
}
4343

4444
function update_upstream() {

0 commit comments

Comments
 (0)