Bug 241508 - build-webkit rebuilds the whole webkit when nothing has changed
Summary: build-webkit rebuilds the whole webkit when nothing has changed
Status: RESOLVED DUPLICATE of bug 241298
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-10 04:35 PDT by Kimmo Kinnunen
Modified: 2022-06-14 10:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2022-06-10 04:35:41 PDT
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
Comment 1 Kimmo Kinnunen 2022-06-10 05:23:33 PDT
Confirming:
build-webkit --use-workspace works correctly, it does not rebuild if already built.
Comment 2 Alexey Proskuryakov 2022-06-11 11:16:52 PDT
Can this be duped to bug 241298?
Comment 3 Alexey Proskuryakov 2022-06-13 12:26:00 PDT
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.
Comment 4 Kimmo Kinnunen 2022-06-14 03:49:09 PDT

*** This bug has been marked as a duplicate of bug 241298 ***