From: Patrick Talbert <[email protected]> fedora: disable CONFIG_DRM_WERROR
For now at least the clang builds still generate compiler warnings. Let's disable this for now so those pipelines can complete. Signed-off-by: Patrick Talbert <[email protected]> diff --git a/redhat/configs/fedora/generic/CONFIG_DRM_WERROR b/redhat/configs/fedora/generic/CONFIG_DRM_WERROR index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_DRM_WERROR +++ b/redhat/configs/fedora/generic/CONFIG_DRM_WERROR @@ -1 +1 @@ -CONFIG_DRM_WERROR=y +# CONFIG_DRM_WERROR is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3230 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
