Bug 87222
Summary: | [CMake] Clean cmake cache when building using build-webkit script | ||
---|---|---|---|
Product: | WebKit | Reporter: | Thiago Marcos P. Santos <tmpsantos> |
Component: | Tools / Tests | Assignee: | Thiago Marcos P. Santos <tmpsantos> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | rakuco |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Thiago Marcos P. Santos
The build-webkit script is mainly used by WebKit developers and the build bot. By calling it for the second time (i.e. you have a cmake cache already) it will preserve the enabled features configuration depending on the way you enable/disable a feature. Your changes won't take any effect.
This cause misleading results and has been happening every now and then (see bug 86868). You have to ssh to the bot and manually remove the cache file.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Thiago Marcos P. Santos
*** This bug has been marked as a duplicate of bug 88717 ***