[Webkit-unassigned] [Bug 146684] New: Make build-webkit support targeting the shipping OS even if building from the beta OS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 10:00:07 PDT 2015


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

            Bug ID: 146684
           Summary: Make build-webkit support targeting the shipping OS
                    even if building from the beta OS
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Make build-webkit support targeting the shipping OS even if building from the beta OS

OpenSource developers who have installed a beta of the non-released OS X cannot build Webkit because the binary WebKitSystemInterface is not yet available for the OS.
E.g., those running the El Capitan betas right now cannot build, because the El Capitan WKSI binary is not yet available.

WKSI is a pain, and maybe some day we can mostly move away from it. But for now, it should be possible to update build-webkit to target the shipping OS even when building on the pre-release OS.
E.g., those running the El Capitan (10.11) beta should be able to build WebKit for Yosemite (10.10) and link to the Yosemite WKSI binary.

This is something that is probably possible today with the Makefiles by messing with TARGET_MAC_OS_X_VERSION_MAJOR, but making it native to build-webkit would be a huge help.

It may or may not be possible to update the Xcode project files to make this a simple option.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150707/08f51171/attachment.html>


More information about the webkit-unassigned mailing list