Bug 241508
Summary: | build-webkit rebuilds the whole webkit when nothing has changed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, kbr |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=241295 https://bugs.webkit.org/show_bug.cgi?id=241298 https://bugs.webkit.org/show_bug.cgi?id=241586 |
Kimmo Kinnunen
build-webkit rebuilds the whole webkit when nothing has changed
Repro:
1. Tools/Scripts/build-webkit --debug
2. Observe WebKit is being built, and it will succeed
3. Tools/Scripts/build-webkit --debug
4. Observe WebKit is being re-built, even though nothing has changed
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kimmo Kinnunen
Confirming:
build-webkit --use-workspace works correctly, it does not rebuild if already built.
Alexey Proskuryakov
Can this be duped to bug 241298?
Alexey Proskuryakov
I understand that there is some underlying issue that could potentially be fixed to make no-workspace builds more incremental again, but not sure if that's something to dedicate time to at this point.
Kimmo Kinnunen
*** This bug has been marked as a duplicate of bug 241298 ***