Skip to content

Commit 3a87a8d

Browse files
Remove un-needed setting for do_tools_common=true since we pass it in for azure builds.
1 parent ee560b9 commit 3a87a8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default-package-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function kernel_build() {
135135
#
136136
local debian_rules_args=(
137137
"do_dbgsym_package=true"
138-
"do_tools_common=true"
138+
"do_tools_common=false"
139139
"do_tools_host=false"
140140
"uefi_signed=false"
141141
"do_zfs=false"

0 commit comments

Comments
 (0)