[Webkit-unassigned] [Bug 199212] New: Script which adjusts include paths in ANGLE's copied headers breaks incremental builds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 25 16:47:49 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199212
Bug ID: 199212
Summary: Script which adjusts include paths in ANGLE's copied
headers breaks incremental builds
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Major
Priority: P2
Component: ANGLE
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kbr at google.com
CC: dino at apple.com
Per this discussion on webkit-dev:
https://lists.webkit.org/pipermail/webkit-dev/2019-June/030707.html
and turning on the additional build logging:
defaults write com.apple.dt.Xcode ExplainWhyBuildCommandsAreRun -bool YES
it's clear that the adjust-angle-include-paths.sh script which was added as a build phase in Issue 197755 is causing ANGLE's headers (specifically ShaderLang.h, but soon others) to be modified every time the build runs, causing excessive recompilation.
The necessary fix will be similar to that from Issue 169861.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190625/bf5def97/attachment.html>
More information about the webkit-unassigned
mailing list