Bug 1681406 - Require 10.12 SDK for the build. r=firefox-build-system-reviewers,dmajor

Bug 1680152 updated automation to use the 10.12 SDK, and shortly after,
bug 1678174 introduced a change that broke the build with the 10.11 SDK.
Considering we haven't actually supported running on macos 10.11 and
earlier since Firefox 79, and that still supporting building with the
10.11 SDK would mean adding and maintaining code that, in practice,
would never be used by users, I think it is fair at this point that we
just drop support for the 10.11 SDK entirely.

Differential Revision: https://phabricator.services.mozilla.com/D99181
This commit is contained in:
Mike Hommey 2020-12-09 13:26:36 +00:00
parent 67036b4b0f
commit 2dd02bb64b

View File

@ -151,7 +151,7 @@ with only_when(host_is_osx | target_is_osx):
@imports(_from="os.path", _import="isdir")
@imports("plistlib")
def macos_sdk(sdk, host):
sdk_min_version = Version("10.11")
sdk_min_version = Version("10.12")
sdk_max_version = Version("11.0")
if sdk: