From: Jan Stancek <jstancek@xxxxxxxxxx> redhat: relax configchecks for gcov build gcov build patches config file during build, which can lead to configchecks failing with either unset variable or because it finds a difference between options in source tree and buildroot. Relax the check for gcov builds to prevent build failures and need to define config options in source tree also for non-gcov builds. This impacts only gcov-related options, since default (non-gcov) build still runs configchecks and gcov is using same tree. Signed-off-by: Jan Stancek <jstancek@xxxxxxxxxx> diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -258,6 +258,7 @@ Summary: The Linux kernel # turn off debug kernel and kabichk for gcov builds %if %{with_gcov} +%define with_configchecks 0 %define with_debug 0 %define with_kabichk 0 %define with_kabidupchk 0 -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1433 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure