OSX ccov fails after m-c changes
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
People
(Reporter: leftmostcat, Assigned: leftmostcat)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
The patch for the regressing bug removes 64_code_coverage_opt.py
from the macos build configs, causing our ccov run to consistently fail.
Comment 1•4 days ago
|
||
ack, I didn't realize that there were actual macosx/ccov builds being used. We can add that back in. I was taking this as an opportunity to cleanup our configs as we migrate from 10.15 -> 14.70 for our macosx test machines.
currently firefox only uses linux/windows for ccov. We had worked to standup macosx ccov, but it was too expensive with little value add.
Assignee | ||
Comment 2•4 days ago
|
||
Updated•4 days ago
|
Assignee | ||
Comment 3•4 days ago
|
||
(In reply to Joel Maher ( :jmaher ) (UTC -8) from comment #1)
ack, I didn't realize that there were actual macosx/ccov builds being used. We can add that back in. I was taking this as an opportunity to cleanup our configs as we migrate from 10.15 -> 14.70 for our macosx test machines.
currently firefox only uses linux/windows for ccov. We had worked to standup macosx ccov, but it was too expensive with little value add.
It's my (second-hand) understanding that we don't actually use the ccov data from macOS and so we would be okay to remove this build. However, the build team would need to confirm that.
Description
•