Bug 284576
| Summary: | [webkitpy] Only rebuild dyld cache for requested platform(s) in SimulatedDeviceManager.initialize_devices. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Tools / Tests | Assignee: | Ben Schwartz <ben_schwartz> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 284642 | ||
| Bug Blocks: | |||
Ben Schwartz
If a machine has multiple simulator runtimes installed, SimulatedDeviceManager.initialize_devices will currently rebuild the dyld shared cache for all installed runtimes. We should change this to be only if a runtime serves one of the requests.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/141393593>
Ben Schwartz
Pull request: https://github.com/WebKit/WebKit/pull/37858
EWS
Committed 287764@main (21002ccbaf1f): <https://commits.webkit.org/287764@main>
Reviewed commits have been landed. Closing PR #37858 and removing active labels.
Ben Schwartz
Reopened Bugzilla.
[webkitpy] Remove dyld shared cache rebuild in SimulatedDeviceManager.initialize_devices., tracking revert in https://bugs.webkit.org/show_bug.cgi?id=284642.