Summary: | Add a script to update ANGLE | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | James Darpinian <jdarpinian> | ||||
Component: | ANGLE | Assignee: | James Darpinian <jdarpinian> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | achristensen, commit-queue, dino, ews-watchlist, graouts, kbr, kondapallykalyan, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 198948 | ||||||
Attachments: |
|
Description
James Darpinian
2019-08-23 17:34:05 PDT
Created attachment 377186 [details]
Patch
*** Bug 201013 has been marked as a duplicate of this bug. *** Note that there are important steps to take when updating ANGLE. See http://trac.webkit.org/wiki/UpdatingANGLE This is no longer moving ANGLE to a different directory, it's just a single script file now. Comment on attachment 377186 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=377186&action=review > Source/ThirdParty/ANGLE/update-angle.sh:51 > +if ! git am changes.diff; then This won't work for anyone using svn, but that's probably no big deal. Comment on attachment 377186 [details] Patch Clearing flags on attachment: 377186 Committed r249103: <https://trac.webkit.org/changeset/249103> All reviewed patches have been landed. Closing bug. Thanks! I believe the script should work for svn users as long as they have git installed. The script runs git in a clone of the ANGLE git repo, not the main WebKit repo. |