Closed
Bug 1604814
Opened 5 years ago
Closed 5 years ago
change the OS X SDK headers check to only run on OS X
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox73 fixed)
RESOLVED
FIXED
mozilla73
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
The doubling of when is needed: the try_run when ensures that we
only execute the compiler on OS X, and the @depends when ensures that
we don't look at the None result (which would normally indicate
failure) on non-OS X hosts.
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f9cdf62715d2
change the OS X SDK headers check to only run on OS X; r=rstewart
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•