Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 778e858024a409552b4df90369221965152f9b27
https://github.com/WebKit/WebKit/commit/778e858024a409552b4df90369221965152f9b27
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M Tools/Scripts/cross-toolchain-helper
M Tools/Scripts/webkitdirs.pm
Log Message:
-----------
[WPE][cross-toolchain-helper] REGRESSION(313950@main)
REGRESSION(313986@main): repeated info messages and wrong warning when building
WebKit
https://bugs.webkit.org/show_bug.cgi?id=315783
Reviewed by Nikolas Zimmermann.
After 313950@main cross-toolchain-helper is called twice with output stdout
(not captured) and each time it gets executed it prints several info messages,
so it ends printing those info messages twice.
Fix that by suppressing the info messages on the first run.
And also fix a bug in the logger level of cross-toolchain-helper, because
"quiet" was not working.
After 313986@main when doing a cross-toolchain-helper it printed this:
WARNING: Building Release_rpi4-64bits-mesa. This is not tested on the CI.
That is wrong, so fix it also.
* Tools/Scripts/cross-toolchain-helper:
(configure_logging):
(YoctoCrossBuilder.cross_dev_shell):
* Tools/Scripts/webkitdirs.pm:
(determineArchitecture):
(generateBuildSystemFromCMakeProject):
Canonical link: https://commits.webkit.org/314131@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications