Remove workarounds for old SDK versions once macOS 11 SDK is required by configure (bug 1696513)
Categories
(Core :: Widget: Cocoa, task, P2)
Tracking
()
People
(Reporter: spohl, Assigned: spohl)
References
Details
Attachments
(2 files)
We can remove existing workarounds for old SDKs once bug 1696513 lands, i.e. any code that's only needed for old SDKs..
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D148933
Comment 3•2 years ago
|
||
Backed out for causing build bustages. CLOSED TREE
Backout link
Push with failures
Link to failure log
Failure line : /builds/worker/checkouts/gecko/gfx/thebes/gfxMacUtils.cpp:16:14: error: 'kCVImageBufferTransferFunction_sRGB' is only available on macOS 10.13 or newer [-Werror,-Wunguarded-availability-new]
Link to failure log 2
Failure line : python/mozbuild/mozbuild/test/configure/test_toolchain_configure.py::OSXToolchainTest::test_clang TEST-UNEXPECTED-FAIL
Assignee | ||
Comment 4•2 years ago
|
||
Unfortunately, it looks like we can't remove all these workarounds just yet because our deployment target remains 10.12... :-/
Comment 6•2 years ago
|
||
bugherder |
Assignee | ||
Comment 7•2 years ago
|
||
We discussed this bug in the macOS Spotlight meeting today and we believe we can remove more code. I'll take a look this week.
Updated•2 years ago
|
Assignee | ||
Comment 8•2 years ago
|
||
Comment 10•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•