[Webkit-unassigned] [Bug 90049] [Qt] EWS bots should call qmake always

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 05:02:52 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=90049


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
                 CC|                            |hausmann at webkit.org




--- Comment #3 from Csaba Osztrogonac <ossy at webkit.org>  2012-12-20 05:05:06 PST ---
Reopen, because "export BUILD_WEBKIT_ARGS=--makeargs=incremental" wasn't
a good idea. Because now it causes many false negative red EWS bubbles.

The problem is when a patch changes any configuration which 
triggers "make wipeclean" before anything else. But in this 
case "make incremental wipeclean" is called, which is incorrect,
and makes the build fail because of race condition.

I think we should handle it in webkitdirs.pm and set $needsIncrementalBuild
if CONFIG+=buildbot is used instead of setting this buggy env on the EWS bots.

Patch is coming.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list