[Webkit-unassigned] [Bug 243257] New: [webkitdirs] Avoid call to `xcodebuild -showsdks` when computing Xcode options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 27 11:01:52 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=243257

            Bug ID: 243257
           Summary: [webkitdirs] Avoid call to `xcodebuild -showsdks` when
                    computing Xcode options
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: emw at apple.com

xcodebuild -showsdks can be noticeably slow. On my system, a warmed up invocation takes ~400 ms, and when switching to a new Xcode toolchain, it can take as long as 9 sec. We only need the list of SDKs available, not any information about their contents, and that can be found by enumerating the SDK directories in the current developer dir.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220727/72635f2d/attachment-0001.htm>


More information about the webkit-unassigned mailing list