[webkit-changes] [WebKit/WebKit] bb8c8f: Support installsrc for tools
aproskuryakov
noreply at github.com
Sun Oct 16 19:28:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bb8c8f04c51d5c56917625ed16ba2542f301db75
https://github.com/WebKit/WebKit/commit/bb8c8f04c51d5c56917625ed16ba2542f301db75
Author: Alexey Proskuryakov <ap at apple.com>
Date: 2022-10-16 (Sun, 16 Oct 2022)
Changed paths:
M Tools/Makefile
M Tools/WebKitTestRunner/Configurations/Base.xcconfig
Log Message:
-----------
Support installsrc for tools
https://bugs.webkit.org/show_bug.cgi?id=246532
<rdar://101182524>
Reviewed by Elliott Williams.
* Tools/Makefile: Recurse into modules when FORCE_TOOL_INSTALL opt-in is set. Also, copy
TestRunnerShared content, which is not a module. It's not ideal to use ditto, as it doesn't
skip invisible files like .DS_Store, but we do the same elsewhere, and I'm not sure if there
is an easy enough way to match what xcodebuild installsrc does.
* Tools/WebKitTestRunner/Configurations/Base.xcconfig: Skip gtk files, because there are
some unrecognized binaries there (fonts).
Canonical link: https://commits.webkit.org/255609@main
More information about the webkit-changes
mailing list