Bug 240408
Summary: | [Xcode] Prevent STP and other self-contained builds from overwriting content in the macOS SDK | ||
---|---|---|---|
Product: | WebKit | Reporter: | Elliott Williams <emw> |
Component: | Tools / Tests | Assignee: | Elliott Williams <emw> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Elliott Williams
In STP and downlevels, static library content is written to /usr/local. This is confusing and potentially harmful, as it merges on top of content from the system's WebKit. We only need this content at build-time, which is why it's fine that it isn't bundled with `Safari Technology Preview.app`, but we should find a new location for it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Elliott Williams
rdar://93068926
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/624
EWS
Committed r294496 (250755@main): <https://commits.webkit.org/250755@main>
Reviewed commits have been landed. Closing PR #624 and removing active labels.
Elliott Williams
Re-opening for pull request https://github.com/WebKit/WebKit/pull/987
EWS
Committed r295073 (251168@main): <https://commits.webkit.org/251168@main>
Reviewed commits have been landed. Closing PR #987 and removing active labels.
Elliott Williams
Re-opening for pull request https://github.com/WebKit/WebKit/pull/1227
EWS
Committed r295134 (251225@main): <https://commits.webkit.org/251225@main>
Reviewed commits have been landed. Closing PR #1227 and removing active labels.