Closed
Bug 1061335
Opened 10 years ago
Closed 10 years ago
Switch builders to VS2013
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla36
People
(Reporter: away, Unassigned)
References
Details
Attachments
(3 files, 2 obsolete files)
3.14 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
5.23 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
5.24 KB,
patch
|
away
:
review+
away
:
superreview+
|
Details | Diff | Splinter Review |
Thanks to jlund for the original patch. I've split it apart so that we can get the supporting pieces into the tree before actually flipping the switch.
Attachment #8482421 -
Flags: review?(mh+mozilla)
Attachment #8482422 -
Flags: review?(mh+mozilla)
Part 2 is actually an |hg cp| with changes on top (Bugzilla doesn't show this very well).
Updated•10 years ago
|
Attachment #8482421 -
Flags: review?(mh+mozilla) → review+
Updated•10 years ago
|
Attachment #8482422 -
Flags: review?(mh+mozilla) → review+
Comment 5•10 years ago
|
||
Comment on attachment 8482423 [details] [diff] [review]
Part 3: Switch in-tree mozconfigs to VS2013 (DON'T LAND YET)
Review of attachment 8482423 [details] [diff] [review]:
-----------------------------------------------------------------
::: b2g/config/mozconfigs/win32_gecko/debug
@@ +19,2 @@
> else
> . $topsrcdir/build/win32/mozconfig.vs2010
Why not change this too?
(In reply to Mike Hommey [:glandium] (out from Sep 6 to Sep 22) from comment #5)
> Comment on attachment 8482423 [details] [diff] [review]
> Part 3: Switch in-tree mozconfigs to VS2013 (DON'T LAND YET)
>
> Review of attachment 8482423 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: b2g/config/mozconfigs/win32_gecko/debug
> @@ +19,2 @@
> > else
> > . $topsrcdir/build/win32/mozconfig.vs2010
>
> Why not change this too?
I wondered the same thing over in bug 1009807. Apparently we don't use win32 builders anymore. Those lines might be for Seamonkey.
Pushed the supporting pieces. This will make VS2013 try pushes very easy.
https://hg.mozilla.org/integration/mozilla-inbound/rev/fe99aeb6ae65
https://hg.mozilla.org/integration/mozilla-inbound/rev/d45a41039ece
Keywords: leave-open
Attachment #8482421 -
Flags: checkin+
Attachment #8482422 -
Flags: checkin+
Comment 8•10 years ago
|
||
ah cool, hopefully that makes it easier to do quick tests on try.
I'm in the middle of trying to clear up some points of confusion: namely win regressions and varying vs2013 versions
I'm sending out an email right now to folks from build, relops, and sheriffs. But until we have a unified understanding and plan going forward, could we hold off on actually pulling the trigger on this?
Comment 9•10 years ago
|
||
Reporter | ||
Comment 10•10 years ago
|
||
> But until we have a unified understanding and plan going forward,
> could we hold off on actually pulling the trigger on this?
Yes, I agree. I'm not planning to push the final piece until we're completely ready.
Reporter | ||
Comment 11•10 years ago
|
||
Comment on attachment 8482423 [details] [diff] [review]
Part 3: Switch in-tree mozconfigs to VS2013 (DON'T LAND YET)
I'm flagging this since glandium will be away for a while. I'm not planning to land it yet.
Attachment #8482423 -
Flags: review?(mh+mozilla)
Updated•10 years ago
|
Attachment #8482423 -
Flags: review?(mh+mozilla) → review+
Reporter | ||
Comment 12•10 years ago
|
||
compare-mozconfigs.py pointed out that I missed one under Win64.
Carrying forward r=glandium.
Attachment #8482423 -
Attachment is obsolete: true
Attachment #8501531 -
Flags: review+
Reporter | ||
Comment 13•10 years ago
|
||
Removed the Win64 mozconfigs as they have been landed in bug 1080074. Carrying forward r=glandium from previous patch. sr=bsmedberg by IRC.
Try: https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=704087ef0991
PGO: https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=df44e744f079
Bn: https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=77258e23750e
Attachment #8501531 -
Attachment is obsolete: true
Attachment #8504375 -
Flags: superreview+
Attachment #8504375 -
Flags: review+
Reporter | ||
Comment 14•10 years ago
|
||
Comment 15•10 years ago
|
||
Comment 16•10 years ago
|
||
Forgot to remove leave-open?
Comment 17•10 years ago
|
||
Flash videos stopped working with this patch based on some regression testing I did. I'm running the latest Flash beta 15.0.0.199.
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Comment 18•10 years ago
|
||
Regression results:
20141013192600
https://hg.mozilla.org/integration/mozilla-inbound/rev/e0c4c804b279 - Good
20141013195601
https://hg.mozilla.org/integration/mozilla-inbound/rev/ea2ea74d0e33 - Bad
Comment 19•10 years ago
|
||
Opened up new bug report https://bugzilla.mozilla.org/show_bug.cgi?id=1082670
Reporter | ||
Comment 20•10 years ago
|
||
> Forgot to remove leave-open?
Good catch.
Status: NEW → RESOLVED
Closed: 10 years ago
Keywords: leave-open
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Attachment #8504375 -
Flags: checkin+
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•