Bug 264808

Summary: [CMake] build-webkit script should check env var BUILD_WEBKIT_ARGS when checking if the cache should be cleaned
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: Tools / TestsAssignee: Carlos Alberto Lopez Perez <clopez>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Carlos Alberto Lopez Perez
Reported 2023-11-14 05:10:24 PST
The script build-webkit caches the parameters passed to it in order to clean the CMake cache if the developer changes those from one invocation to the next one. The issue is that we support passing parameters also via the environment variable BUILD_WEBKIT_ARGS (which we use on the bots) But we are not checking the values from this env var when deciding to clean the cache or not. So it happens that if you change this environment variable with new values the CMake cache will not be clean automatically.
Attachments
Carlos Alberto Lopez Perez
Comment 1 2023-11-14 05:15:21 PST
EWS
Comment 2 2023-11-23 11:24:19 PST
Committed 271085@main (183e4e8088af): <https://commits.webkit.org/271085@main> Reviewed commits have been landed. Closing PR #20477 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-11-23 11:25:15 PST
Note You need to log in before you can comment on or make changes to this bug.