Closed
Bug 575153
Opened 14 years ago
Closed 14 years ago
64bit shark builds are broken
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
References
Details
(Whiteboard: [automation])
Attachments
(1 file)
(deleted),
patch
|
bhearsum
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
.. on a bunch of branches with:
/builds/slave/electrolysis-macosx64-shark/build/js/src/jsdbgapi.cpp:1887:23: error: CHUD/CHUD.h: No such file or directory
According to
https://developer.mozilla.org/en/Profiling_JavaScript_with_Shark
this is a known issue due to an Apple change. We already have the suggested CHUD package installed and that doesn't provide a 64bit library to link against, so we should disable these builds.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #454421 -
Flags: review?(bhearsum)
Comment 2•14 years ago
|
||
Comment on attachment 454421 [details] [diff] [review]
Disable 64bit shark builds
Boo on us for not being able to set this per platform in config.py
This also disables shark builds if enable_nightly is False, but that's correct IMHO.
Attachment #454421 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Comment on attachment 454421 [details] [diff] [review]
Disable 64bit shark builds
http://hg.mozilla.org/build/buildbotcustom/rev/5dcf7bb67d0d
I thought I'd attached by version which didn't make the enable_nightly change, but if you're happy then I'm happy.
Attachment #454421 -
Flags: checked-in+
Assignee | ||
Comment 4•14 years ago
|
||
pm01/03:builder_master reconfig'd.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•