Mike Shal
64facf4193
Bug 1084163 - Remove 'make check' from automation/build; r=glandium
...
'make check' is somewhat special in that we want to trigger testers
before it finishes. Since moving sendchange into mach is difficult and
'make check' may be going away in the future anyway, just pull it out
for now.
Also remove the MOZ_AUTOMATION_*_SENDCHANGE flags since we aren't using
them.
2014-10-23 11:30:17 -04:00
Randell Jesup
6f09447b2b
Bug 1081176: Apply loop oauth keys to debug builds/etc r=catlee
2014-10-10 14:59:24 -04:00
Massimo Gervasini
4e5f8f8f37
Bug 1075675 - use google-oauth-api.key for builds r=catlee
2014-10-06 17:03:48 -04:00
Mike Hommey
7920de32b6
Bug 1044458 - Work around l10n jobs cherry-picking parts of the build system on a CLOSED TREE. r=mshal,a=ryanvm
2014-07-29 09:01:58 +09:00
Mike Shal
4302c6dd2f
Bug 978211 - enable MOZ_AUTOMATION_* flags in linux mozconfigs; r=glandium
2014-06-16 13:17:21 -04:00
Nicholas Nethercote
1640dcd133
Bug 1018039 - Enable DMD on TBPL debug builds. r=glandium.
...
--HG--
extra : rebase_source : 90b11d0a42d9a3f41630fedd4af0e60d34e67d7f
2014-05-19 18:17:07 -07:00
Nicholas Nethercote
9fcf40eb03
Bug 1013014 (attempt 2) - Disable Trace Malloc on TBPL debug builds. r=glandium.
...
--HG--
extra : rebase_source : 08fa200fd205225f85b9845bf8c18ac38fe26e0d
2014-05-19 18:16:42 -07:00
Carsten "Tomcat" Book
1021555d7c
Backed out changeset f611bb9c7cbd (bug 1013014) per suggestion from glandium to fix failing jsrefest on a CLOSED TREE
2014-05-21 09:25:57 +02:00
Nicholas Nethercote
fd10dc315b
Bug 1013014 - Disable Trace Malloc on TBPL debug builds. r=glandium.
...
--HG--
extra : rebase_source : 7f1286b7b64cb80f2b5f3efe605ba4437ead73ab
2014-05-19 18:16:42 -07:00
Mike Shal
03a2e0db26
Bug 996307 - enable sccache for B2G Desktop Linux builds; r=glandium
2014-04-07 16:46:07 -04:00
Mike Hommey
fbb292998c
Bug 940788 - Use sccache on try for builds happening on AWS that currently use ccache. r=bhearsum
2014-02-13 10:05:59 +09:00
Mike Hommey
d30fa150ce
Bug 966793 - Don't use tooltool gcc on l10n builds. rs=Callek
2014-02-03 07:18:19 +09:00
Trevor Saunders
2e9a843b3b
bug 938510 - use gcc from tooltool for everything but b2g desktop and valgrind r=glandium
2014-01-30 16:16:19 -08:00
Mike Hommey
a607ccb1d6
Bug 945496 - Disable unified builds on tbpl debug builds. r=ehsan
...
Until we can do something better
2013-12-03 16:53:39 +09:00
Ed Morley
553e29c238
Bug 901898 - Remove codesighs now that it's no longer run in automation; r=gps
2013-08-12 13:10:41 +01:00
Mike Hommey
45178f3acf
Bug 895248 - Move --enable-stdcxx-compat in build/unix/mozconfig.linux. r=ted
2013-07-21 13:58:23 +09:00
Mike Hommey
595f8ffb4d
Bug 892355 - Force enable elfhack with --enable-elf-hack. r=ted
2013-07-12 09:15:10 +09:00
Chris AtLee
3177f8d931
Bug 883233: Use API key for desktop builds. r=ted
2013-07-03 17:13:45 -04:00
Jonathan Griffin
c3cfea2442
bug 873542 - Remove ENABLE_MARIONETTE from debug FF configs, r=dburns
2013-06-10 11:21:33 -07:00
Ben Hearsum
3d22e813d8
bug 865820: mozconfig comparison needs to source files before comparing. r=ted
2013-06-05 13:59:32 -04:00
Mike Hommey
83235b061d
Bug 873640 - Fix and cleanup profiledbuild profile script invocation. r=ted
2013-05-21 08:28:49 +02:00
Chris Cooper
80c421f912
Bug 852553 - Set l10n base dir to l10n/ in mozconfigs (DONTBUILD) - r=armenzg
2013-05-08 06:50:24 -07:00
Gavin Sharp
ea8b76dbc4
Bug 853071: add some build-time defines for channel-specific features, r=gps, f=bhearsum
...
--HG--
rename : browser/config/mozconfigs/linux32/release => browser/config/mozconfigs/linux32/beta
rename : browser/config/mozconfigs/linux64/release => browser/config/mozconfigs/linux64/beta
rename : browser/config/mozconfigs/macosx-universal/release => browser/config/mozconfigs/macosx-universal/beta
rename : browser/config/mozconfigs/win32/release => browser/config/mozconfigs/win32/beta
extra : transplant_source : %F6%CFK%CE%16v%07%8A%D5o%97%8C%BB%95q%D5%3C%93%2B%94
2013-04-25 12:23:21 -07:00
Mike Hommey
b87ef5d807
Bug 864262 - Allow to do 32-bits linux builds in x86-64 mock environments. r=ted
2013-04-24 19:34:48 +02:00
Joel Maher
12523be538
Bug 852961 - adjust pgo builds to use make instead of python for profileserver.py. r=ted
2013-03-20 11:24:06 -04:00
Chris Cooper
d7af153e51
Bug 774947 - Updated mozconfigs for l10n (NPOTB) - r=aki
2013-02-13 18:51:11 -05:00
Chris AtLee
84ae4f342c
Bug 838140: Use MOZ_PKG_SPECIAL=asan for asan builds. r=ted
...
To distinguish them from the regular nightly builds.
2013-02-05 17:01:21 -05:00
L. David Baron
4b66ca32b5
Bug 832352, patch 1: Make sure all browser mozconfigs include build/mozconfig.common and that they all include build/mozconfig.common.override last. r=ted
2013-01-22 19:16:20 +00:00
Gregory Szorc
165066e694
Bug 815219 - Part 2: Remove MOZ_MAKE_FLAGS from most in-tree mozconfigs; r=ted
...
It was only used to define -jN to control build parallelism. This is
now set automatically as of part 1 of this patch series and therefore
isn't needed.
2012-11-27 14:01:24 -08:00
Chris AtLee
605ac8bb57
Bug 804090: Remove official branding from l10n mozconfigs. r=bhearsum DONTBUILD
2012-10-30 10:11:29 -04:00
Chris AtLee
96917e737c
Bug 791209: Update l10n mozconfigs for nightly builds. r=ted DONTBUILD
2012-09-20 12:31:03 -04:00
Gary Kwong
fdd94047d2
Bug 793551 - Add --disable-install-strip to Valgrind mozconfigs for Linux32 and Linux64, r=ted
2012-09-24 11:46:15 -07:00
Steve Fink
c26361a1fb
Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
...
--HG--
extra : rebase_source : e2062258eb508541bf499a5e4bc7d7e1ead10a00
2012-09-05 12:10:21 -07:00
Steve Fink
03af44932b
Backed out changeset 81bbb0b8aff2 (bug 738612)
2012-09-04 16:01:23 -07:00
Steve Fink
952f239bd3
Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
...
--HG--
rename : build/macosx/common => build/macosx/mozconfig.common
2012-08-28 10:55:10 -07:00
Eddy Bruel
9012c9ad5c
Bug 703537 - Revert accidental mozconfig change; DONTBUILD
2012-07-09 12:25:28 +02:00
Eddy Bruel
560a0f014c
Bug 703537: Rename AbstractWrapper to IndirectWrapper + adding comments; r=bholley
2012-07-08 19:04:14 +02:00
Ehsan Akhgari
7fc33de707
Bug 764216 - Turn on frame pointers on Nightly desktop builds; r=khuey
2012-06-12 19:53:39 -04:00
Malini Das
fea3d98f7e
bug 753022: debug builds should have marionette enabled and tested. r=bhearsum,ted
2012-06-14 14:38:31 -04:00
Ben Hearsum
487a503fce
Backout bug 753022 because it is causing test failures.
2012-06-14 10:36:13 -04:00
Malini Das
d24a45e4f4
bug 753022: debug builds should have marionette enabled and tested. r=bhearsum,ted
2012-06-14 08:46:12 -04:00
Christian Holler
168cc12fd7
Bug 753135 - Add AddressSanitizer mozconfig files to the tree, r=catlee
2012-05-15 15:24:14 -07:00
Benoit Girard
e54c4b6e39
Bug 719536 - Include symbol table in the Linux nightlies for profiling and debugging. r=ted
...
--HG--
extra : rebase_source : beb0059130c29ae29a772537d54e52e2b9302b78
2012-04-06 13:03:46 -04:00
Chris AtLee
4bda5144a8
Bug 737631: clean up linux32/linux64 mozconfigs. r=ted
2012-03-26 08:36:05 -04:00
Ted Mielczarek
9249567602
bug 735309 - add in-tree mozconfigs for Valgrind builds. r=catlee
...
--HG--
extra : rebase_source : 76076a035b27614b97adf6165ca137dd1553ce92
2012-03-21 12:23:05 -04:00
Mounir Lamouri
66685f5251
Bug 718391 - Package the js shell only if MOZ_PACKAGE_JSSHELL is defined. r=glandium,catlee
2012-03-12 13:23:16 +01:00
Brian R. Bondy
7e5d6bc2dc
Bug 730862 - Disable signmar by default and provide an option to enable it. r=rstrong. sr=khuey
2012-02-28 13:58:42 -05:00
Rail Alieev
ddc36e88b6
bug 714978: change mac osx compiler in official branded beta+release builds from using -j1 to -j4. r=nthomas DONTBUILD because it doesn't affect dep/nightly builds.
2012-01-31 12:19:38 -05:00
Mounir Lamouri
c4c67c35c3
Bug 703121 - Part 3 - Make buildbots use --enable-warnings-as-errors on Linux and Mac. r=khuey
2012-01-06 18:17:44 +01:00
Rafael Ávila de Espíndola
88cee3b620
Bug 705133 - move all linux CC and CXX lines to a central mozconfig snippet. r=catlee.
2011-11-24 14:58:06 -05:00