| Summary: | [Xcode] Building a single-project scheme builds its dependencies | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | Tools / Tests | Assignee: | Elliott Williams <emw> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, emw, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Elliott Williams
2022-07-26 13:25:58 PDT
There are some exceptions to consider here. For instance, the `JavaScriptCore` scheme is used by `build-jsc`, and that tool expects to build up to JSC, not JSC only. In this case, maybe we should have two schemes, "JavaScriptCore" and "Everything up to JavaScriptCore", which have implicit dependencies disabled and enabled, respectively. Pull request: https://github.com/WebKit/WebKit/pull/2814 Committed 252924@main (56fd2f7529a1): <https://commits.webkit.org/252924@main> Reviewed commits have been landed. Closing PR #2814 and removing active labels. |