Changes

Jump to: navigation, search

ReleaseEngineering/TryServer

798 bytes added, 14:19, 28 April 2011
Try Server
See [https://developer.mozilla.org/en/Publishing_Mercurial_Clones Publishing Mercurial Clones] to learn how to create your own private repository on the server.
 
== Using older GCC ==
Linux and Linux64 build bots are using GCC 4.5 for Try builds. But some branches will fail to build or run tests with this version of GCC because of the libstdc++ dependency it adds. Such branches are those where [https://bugzilla.mozilla.org/show_bug.cgi?id=643690 bug 643690] hasn't landed. If you want to push such a branch to Try, you need to add the following to '''mozconfig-extra-linux''' and/or '''mozconfig-extra-linux''' in the top directory:
 
CC=/tools/gcc-4.3.3/installed/bin/gcc
CXX=/tools/gcc-4.3.3/installed/bin/g++
== How to get non-PGO coverage ==
Fool On branches where [https://bugzilla.mozilla.org/show_bug.cgi?id=643704 bug 643704] has landed, adding the following in a '''mozconfig-extra''' or '''mozconfig-extra-$platform''' file will suffice: mk_add_options MOZ_PGO= On other branches, fool the system!
Include this in your patch.
Confirm
72
edits

Navigation menu