WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 246760
[CMake] All post-commit buildbots should build with --no-fatal-warnings
https://bugs.webkit.org/show_bug.cgi?id=246760
Summary
[CMake] All post-commit buildbots should build with --no-fatal-warnings
Michael Catanzaro
Reported
2022-10-19 12:33:43 PDT
I intend to enable DEVELOPER_MODE_FATAL_WARNINGS by default to finally fix
bug #155047
, since I've been spending way too much time fighting build warnings instead of doing more interesting work, and really need the EWS bots to enforce fatal warnings. But we never want to lose test results to a silly build warning: that would be brutal punishment for somebody introducing a new warning. So for this to work, we need post-commit buildbots (but not EWS) to use build-webkit --no-fatal-warnings. Post-commit bots that don't use build-webkit should use the -DDEVELOPER_MODE_FATAL_WARNINGS=OFF CMake option. I'm not sure the best way to do this. We could add additional arguments to every bot in Tools/CISupport/build-webkit-org/config.json, but that would need to be repeated for every single bot. Maybe there is another way? Don't want to change build-webkit because fatal warnings should be default in developer mode. (The name of the option DEVELOPER_MODE_FATAL_WARNINGS doesn't make much sense otherwise.)
Attachments
Add attachment
proposed patch, testcase, etc.
Michael Catanzaro
Comment 1
2022-10-24 09:28:08 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/5710
EWS
Comment 2
2022-10-25 06:38:04 PDT
Committed
255954@main
(e868bfe3d845): <
https://commits.webkit.org/255954@main
> Reviewed commits have been landed. Closing PR #5710 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug