Skip to content

Commit

Permalink
DLPX-87759 Skip config checks while building the kernel (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi authored Sep 5, 2023
1 parent bcdf69c commit 961cad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default-package-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ function kernel_build() {
#
# Here we update the configs used to control the kernel's build
# system. This is useful as it allows us to override various
# kernel config options via an OVERRIDES file, which we use to
# disable varous kernel modules that we don't need or want.
# kernel config options via an annotations file, which we use to
# disable various kernel modules that we don't need or want.
#
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}"
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}" do_skip_checks=true

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

Expand Down

0 comments on commit 961cad7

Please sign in to comment.