|
|
Line 66: |
Line 66: |
| ==FAQ== | | ==FAQ== |
| ===What if I want PGO for my build=== | | ===What if I want PGO for my build=== |
| Until {{bug|691673}} is resolved, you'll have to do a small hack if you want PGO to work on your try push. Since {{bug|558180}} landed, mozconfig-extra* mozconfigs aren't sourced. You'll need to add "mk_add_options MOZ_PGO=1" to | | Until {{bug|691673}} is resolved, you'll have to do a small hack if you want PGO to work on your try push. Add "mk_add_options MOZ_PGO=1" to build/mozconfig.common. |
| *browser/config/mozconfigs/linux32/nightly
| |
| *browser/config/mozconfigs/linux64/nightly
| |
| *browser/config/mozconfigs/win32/nightly
| |
| as desired. These builds will not report any differently.
| |
| | |
| If you don't have those files in your tree, you'll need to add "mk_add_options MOZ_PGO=1" to the mozconfig-extra-$platform file for Linux, Linux64 and Win32 (as desired).
| |
| | |
| {{bug|738612}} adds a build/mozconfig.common that will be included by all mozconfigs, and build/mozconfig.common.override that will be included at the end of all mozconfigs. I do not know where MOZ_PGO needs to be included; if someone tries one of those out and gets it to work, please update this page to remove the above discussion.
| |
|
| |
|
| ===What if I don't put "try:" in my commit message?=== | | ===What if I don't put "try:" in my commit message?=== |