Closed
Bug 1707953
Opened 5 years ago
Closed 5 years ago
Remove the macOS SDK maximum version check
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox90 fixed)
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: standard8, Assigned: mhentges)
References
Details
(Whiteboard: [mac:developer])
Attachments
(1 file)
XCode has just upgraded, and when trying to build I received SDK version "11.3" is unsupported. Please downgrade to version 11.1.
We discussed in macdev on Matrix:
haik: We should probably make the check allow 11.<anything> for now so we don't repeatedly hit this.
mstange: that sounds good to me
mstange: well, this basically means that we won't have a maximum version check at all, which also sounds good to me
Updated•5 years ago
|
Whiteboard: [mac:developer]
| Assignee | ||
Comment 1•5 years ago
|
||
The maximum version check has caused more unnecessary failed
builds (for freshly up-to-date devs) than helpful guards against
tough-to-diagnose issues.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mhentges
Status: NEW → ASSIGNED
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/da1b92adb04a
Remove macOS SDK maximum version check r=firefox-build-system-reviewers,glandium
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•