Skip to content

DLPX-87759 Skip config checks while building the kernel #299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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