Skip to content

Commit 8c318ef

Browse files
committed
DLPX-87759 Skip config checks while building the kernel
PR URL: https://www.github.com/delphix/linux-pkg/pull/299
1 parent bcdf69c commit 8c318ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default-package-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function kernel_build() {
161161
# kernel config options via an OVERRIDES file, which we use to
162162
# disable varous kernel modules that we don't need or want.
163163
#
164-
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}"
164+
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}" do_skip_checks=true
165165

166166
logmust fakeroot debian/rules "binary" "${debian_rules_args[@]}"
167167

0 commit comments

Comments
 (0)