David Major
2883853abf
Bug 1577528 - Remove hardcoded clang version in ccov mozconfigs r=froydnj
...
So that we don't have to keep bumping them by hand with every compiler upgrade.
This pattern was taken from the other uses of https://searchfox.org/mozilla-central/search?q=CLANG_LIB_DIR&case=true
Differential Revision: https://phabricator.services.mozilla.com/D43990
--HG--
extra : moz-landing-system : lando
2019-08-30 13:46:11 +00:00
Sylvestre Ledru
65d8b0025e
Bug 1564252 - Move to clang 8.0.1 r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com//D42325
--HG--
extra : amend_source : 129ff97f6edc41ad7a2f54520141158416e75b8d
2019-08-20 21:06:24 +02:00
Mike Hommey
8d65c5e3a3
Bug 1575824 - Disable `make check` on searchfox builds. r=dmajor
...
because it wasn't enabled for them before bug 1575471.
Differential Revision: https://phabricator.services.mozilla.com/D43047
--HG--
extra : moz-landing-system : lando
2019-08-22 21:40:32 +00:00
Mike Hommey
c173540215
Bug 1573435 - Use toolchain fetches for all remaining toolchain uses. r=nalexander
...
The remaining uses all need adjustements to in-tree mozconfigs, so they
all need to be done at once.
However, to make things slightly more intelligible, we do this in two
steps. This is step 1: we modify the use_toolchain transform to take care of
the transformation, while keeping the task definitions intact, so that
we only deal with mozconfig and build script adjustements here.
Differential Revision: https://phabricator.services.mozilla.com/D41890
2019-08-15 11:21:52 +09:00
Nathan Froyd
bde244933a
Bug 1486042 - switch all existing `MOZ_LTO` configs to use cross-language LTO; r=dmajor
...
This change is a no-op for win64 configs, as they had this feature before.
Differential Revision: https://phabricator.services.mozilla.com/D33317
--HG--
extra : moz-landing-system : lando
2019-07-16 02:39:16 +00:00
Cosmin Sabou
85466f08fd
Backed out 2 changesets (bug 1486042) for causing crashes @ servo_arc::Arc<T>::drop_slow. CLOSED TREE
...
Backed out changeset 5e85998c4d97 (bug 1486042)
Backed out changeset d083a8bd98ed (bug 1486042)
2019-06-01 02:19:19 +03:00
Nathan Froyd
92be49be62
Bug 1486042 - switch all existing `MOZ_LTO` configs to use cross-language LTO; r=dmajor
...
This change is a no-op for win64 configs, as they had this feature before.
Differential Revision: https://phabricator.services.mozilla.com/D33317
--HG--
extra : moz-landing-system : lando
2019-05-31 17:48:40 +00:00
Mike Hommey
0e4063bd7b
Bug 1549886 - Enable MOZ_TELEMETRY_REPORTING by default when MOZILLA_OFFICIAL is set. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D30336
--HG--
extra : moz-landing-system : lando
2019-05-08 14:33:56 +00:00
Robert Strong
13aac1dde6
Bug 1545712 - make verify mar enabled the default. r=glandium
...
Changes --enable-verify-mar to be the default. Builds that want to disable mar verification will need to specify --disabled-verify-mar.
Removes --enable-verify-mar from Firefox's mozconfigs since it is no longer needed.
Re-enables app update browser chrome tests on ASAN that were disabled due to the ASAN mozconfigs not specifying --enable-verify-mar.
This also makes the same app update browser chrome tests on code coverage builds due to the code coverage mozconfigs not specifying --enable-verify-mar.
Differential Revision: https://phabricator.services.mozilla.com/D28288
--HG--
extra : moz-landing-system : lando
2019-04-23 23:00:12 +00:00
Mike Shal
aa51b83c3a
Bug 1536194 - Fix uses of MOZ_LTO in a few mozconfigs; r=firefox-build-system-reviewers,glandium
...
After bug 1530908 changed LTO to be environment driven, the macosx64
nightly mozconfig enables LTO by setting MOZ_LTO=1. The add-on-devel
mozconfig tried to disable LTO by using --disable-lto, but the
environment variable takes precedence, leaving LTO enabled for these
builds. This pushed the build time up to be close to the max runtime for
the task, causing frequent intermittent failures.
We should 'unset MOZ_LTO' everywhere that --disable-lto was used, and
'export MOZ_LTO=1' everywhere --enable-lto was used.
Differential Revision: https://phabricator.services.mozilla.com/D26608
--HG--
extra : moz-landing-system : lando
2019-04-09 06:37:06 +00:00
Mike Hommey
9454edbe38
Bug 1538060 - Update non-Windows builds to clang 8. r=froydnj
...
Windows builds have been taken care of in bug 1535441.
Differential Revision: https://phabricator.services.mozilla.com/D25328
--HG--
rename : build/build-clang/clang-7-android.json => build/build-clang/clang-8-android.json
rename : build/build-clang/clang-7-linux64.json => build/build-clang/clang-8-linux64.json
rename : build/build-clang/clang-7-macosx64.json => build/build-clang/clang-8-macosx64.json
rename : build/build-clang/clang-trunk-mingw.json => build/build-clang/clang-8-mingw.json
rename : taskcluster/scripts/misc/build-clang-7-android.sh => taskcluster/scripts/misc/build-clang-8-android.sh
rename : taskcluster/scripts/misc/build-clang-7-linux-macosx-cross.sh => taskcluster/scripts/misc/build-clang-8-linux-macosx-cross.sh
rename : taskcluster/scripts/misc/build-clang-7-linux.sh => taskcluster/scripts/misc/build-clang-8-linux.sh
rename : taskcluster/scripts/misc/build-clang-trunk-mingw.sh => taskcluster/scripts/misc/build-clang-8-mingw.sh
extra : moz-landing-system : lando
2019-04-02 02:18:10 +00:00
Noemi Erli
c479fa48df
Backed out changeset 0d8cf467ed34 (bug 1538060) for Toolchains bustages CLOSED TREE
...
--HG--
rename : build/build-clang/clang-8-android.json => build/build-clang/clang-7-android.json
rename : build/build-clang/clang-8-linux64.json => build/build-clang/clang-7-linux64.json
rename : build/build-clang/clang-8-macosx64.json => build/build-clang/clang-7-macosx64.json
rename : build/build-clang/clang-8-mingw.json => build/build-clang/clang-trunk-mingw.json
rename : taskcluster/scripts/misc/build-clang-8-android.sh => taskcluster/scripts/misc/build-clang-7-android.sh
rename : taskcluster/scripts/misc/build-clang-8-linux-macosx-cross.sh => taskcluster/scripts/misc/build-clang-7-linux-macosx-cross.sh
rename : taskcluster/scripts/misc/build-clang-8-linux.sh => taskcluster/scripts/misc/build-clang-7-linux.sh
rename : taskcluster/scripts/misc/build-clang-8-mingw.sh => taskcluster/scripts/misc/build-clang-trunk-mingw.sh
2019-04-02 04:54:34 +03:00
Mike Hommey
0b2041f465
Bug 1538060 - Update non-Windows builds to clang 8. r=froydnj
...
Windows builds have been taken care of in bug 1535441.
Differential Revision: https://phabricator.services.mozilla.com/D25328
--HG--
rename : build/build-clang/clang-7-android.json => build/build-clang/clang-8-android.json
rename : build/build-clang/clang-7-linux64.json => build/build-clang/clang-8-linux64.json
rename : build/build-clang/clang-7-macosx64.json => build/build-clang/clang-8-macosx64.json
rename : build/build-clang/clang-trunk-mingw.json => build/build-clang/clang-8-mingw.json
rename : taskcluster/scripts/misc/build-clang-7-android.sh => taskcluster/scripts/misc/build-clang-8-android.sh
rename : taskcluster/scripts/misc/build-clang-7-linux-macosx-cross.sh => taskcluster/scripts/misc/build-clang-8-linux-macosx-cross.sh
rename : taskcluster/scripts/misc/build-clang-7-linux.sh => taskcluster/scripts/misc/build-clang-8-linux.sh
rename : taskcluster/scripts/misc/build-clang-trunk-mingw.sh => taskcluster/scripts/misc/build-clang-8-mingw.sh
extra : moz-landing-system : lando
2019-04-01 12:23:13 +00:00
Marco Castelluccio
c9edd7cbc1
Bug 1540749 - Link Rust dead code and disable overflow checks to improve Rust coverage results. r=calixte
...
Differential Revision: https://phabricator.services.mozilla.com/D25624
--HG--
extra : moz-landing-system : lando
2019-04-01 18:51:58 +00:00
Ciure Andrei
8a67ec169a
Backed out 3 changesets (bug 1538060, bug 1539779, bug 1536790) for causing clang-tidy bustages CLOSED TREE
...
Backed out changeset 7d058f3174e5 (bug 1538060)
Backed out changeset 8839622122ed (bug 1539779)
Backed out changeset 9eb7867c1dd4 (bug 1536790)
--HG--
rename : build/build-clang/clang-8-android.json => build/build-clang/clang-7-android.json
rename : build/build-clang/clang-8-linux64.json => build/build-clang/clang-7-linux64.json
rename : build/build-clang/clang-8-macosx64.json => build/build-clang/clang-7-macosx64.json
rename : build/build-clang/clang-8-mingw.json => build/build-clang/clang-trunk-mingw.json
rename : taskcluster/scripts/misc/build-clang-8-android.sh => taskcluster/scripts/misc/build-clang-7-android.sh
rename : taskcluster/scripts/misc/build-clang-8-linux-macosx-cross.sh => taskcluster/scripts/misc/build-clang-7-linux-macosx-cross.sh
rename : taskcluster/scripts/misc/build-clang-8-linux.sh => taskcluster/scripts/misc/build-clang-7-linux.sh
rename : taskcluster/scripts/misc/build-clang-8-mingw.sh => taskcluster/scripts/misc/build-clang-trunk-mingw.sh
2019-03-30 01:52:37 +02:00
Andreea Pavel
e9856466cd
Bug 1538060 - Update non-Windows builds to clang 8.
...
Summary: Windows builds have been taken care of in bug 1535441.
Reviewers: froydnj
Reviewed By: froydnj
Subscribers: froydnj, sylvestre, rjl
Bug #: 1538060
Differential Revision: https://phabricator.services.mozilla.com/D25328
--HG--
rename : build/build-clang/clang-7-android.json => build/build-clang/clang-8-android.json
rename : build/build-clang/clang-7-linux64.json => build/build-clang/clang-8-linux64.json
rename : build/build-clang/clang-7-macosx64.json => build/build-clang/clang-8-macosx64.json
rename : build/build-clang/clang-trunk-mingw.json => build/build-clang/clang-8-mingw.json
rename : taskcluster/scripts/misc/build-clang-7-android.sh => taskcluster/scripts/misc/build-clang-8-android.sh
rename : taskcluster/scripts/misc/build-clang-7-linux-macosx-cross.sh => taskcluster/scripts/misc/build-clang-8-linux-macosx-cross.sh
rename : taskcluster/scripts/misc/build-clang-7-linux.sh => taskcluster/scripts/misc/build-clang-8-linux.sh
rename : taskcluster/scripts/misc/build-clang-trunk-mingw.sh => taskcluster/scripts/misc/build-clang-8-mingw.sh
extra : rebase_source : 4306240dd7bee404e83b6f0e651f4be0a1bfa165
extra : histedit_source : e569b2a5568d3aa2b9191b214947a8a11a3e06bf
2019-03-30 01:24:50 +02:00
Ciure Andrei
9fa2ff7bbe
Backed out changeset dc3b81670b01 (bug 1538060) for causing clang-tidy bustages CLOSED TREE
...
--HG--
rename : build/build-clang/clang-8-android.json => build/build-clang/clang-7-android.json
rename : build/build-clang/clang-8-linux64.json => build/build-clang/clang-7-linux64.json
rename : build/build-clang/clang-8-macosx64.json => build/build-clang/clang-7-macosx64.json
rename : build/build-clang/clang-8-mingw.json => build/build-clang/clang-trunk-mingw.json
rename : taskcluster/scripts/misc/build-clang-8-android.sh => taskcluster/scripts/misc/build-clang-7-android.sh
rename : taskcluster/scripts/misc/build-clang-8-linux-macosx-cross.sh => taskcluster/scripts/misc/build-clang-7-linux-macosx-cross.sh
rename : taskcluster/scripts/misc/build-clang-8-linux.sh => taskcluster/scripts/misc/build-clang-7-linux.sh
rename : taskcluster/scripts/misc/build-clang-8-mingw.sh => taskcluster/scripts/misc/build-clang-trunk-mingw.sh
2019-03-30 00:36:40 +02:00
Mike Hommey
632b7eac9a
Bug 1538060 - Update non-Windows builds to clang 8. r=froydnj
...
Windows builds have been taken care of in bug 1535441.
Differential Revision: https://phabricator.services.mozilla.com/D25328
--HG--
rename : build/build-clang/clang-7-android.json => build/build-clang/clang-8-android.json
rename : build/build-clang/clang-7-linux64.json => build/build-clang/clang-8-linux64.json
rename : build/build-clang/clang-7-macosx64.json => build/build-clang/clang-8-macosx64.json
rename : build/build-clang/clang-trunk-mingw.json => build/build-clang/clang-8-mingw.json
rename : taskcluster/scripts/misc/build-clang-7-android.sh => taskcluster/scripts/misc/build-clang-8-android.sh
rename : taskcluster/scripts/misc/build-clang-7-linux-macosx-cross.sh => taskcluster/scripts/misc/build-clang-8-linux-macosx-cross.sh
rename : taskcluster/scripts/misc/build-clang-7-linux.sh => taskcluster/scripts/misc/build-clang-8-linux.sh
rename : taskcluster/scripts/misc/build-clang-trunk-mingw.sh => taskcluster/scripts/misc/build-clang-8-mingw.sh
extra : moz-landing-system : lando
2019-03-29 21:37:37 +00:00
Jesse Schwartzentruber
3905101073
Bug 1519851 - Create --enable-fuzzing debug build job for MacOSX. r=dustin
...
Differential Revision: https://phabricator.services.mozilla.com/D19862
--HG--
extra : moz-landing-system : lando
2019-03-19 17:01:38 +00:00
Sylvestre Ledru
e34acc8d48
Bug 1531176 - Split the Google key management between gls and safe browsing r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D21459
--HG--
extra : moz-landing-system : lando
2019-03-10 15:29:41 +00:00
Brindusan Cristian
202a874eff
Backed out changeset e908fbc7b930 (bug 1531176) for bc failures at browser_Troubleshoot.js. CLOSED TREE
...
--HG--
extra : histedit_source : 0f5e92b90439bfb55d617fc234deb4b6f68e654b
2019-03-08 00:07:56 +02:00
Sylvestre Ledru
e4906acdf0
Bug 1531176 - Split the Google key management between gls and safe browsing r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D21459
--HG--
extra : moz-landing-system : lando
2019-03-07 21:05:32 +00:00
Ciure Andrei
f18158766f
Backed out changeset 3fb6c01dd2b0 (bug 1531176) for causing gradle toolchain bustage CLOSED TREE
2019-03-07 14:23:03 +02:00
Sylvestre Ledru
3efed81946
Bug 1531176 - Split the Google key management between gls and safe browsing r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D21459
--HG--
extra : moz-landing-system : lando
2019-03-07 12:04:53 +00:00
Ciure Andrei
f1a9fa2676
Backed out changeset 0f2b9b0bf9b9 (bug 1531176) for google-geolocation-api-keyfile build bustages CLOSED TREE
2019-03-07 13:58:33 +02:00
Sylvestre Ledru
90181c47ae
Bug 1531176 - Split the Google key management between gls and safe browsing r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D21459
--HG--
extra : moz-landing-system : lando
2019-03-07 11:31:18 +00:00
Ciure Andrei
06cf4b1f67
Backed out changeset 6c2e00bcd2bb (bug 1531176) due to google-location-api-keyfile build busatges CLOSED TREE
2019-03-07 10:49:26 +02:00
Sylvestre Ledru
03ac617a44
Bug 1531176 - Split the Google key management between gls and safe browsing r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D21459
--HG--
extra : moz-landing-system : lando
2019-03-06 23:06:10 +00:00
Mike Hommey
9961a0af3d
Bug 1530908 - Don't use different mozconfigs for artifact builds. r=chmanchester
...
Artifact mozconfigs are not necessarily up-to-date wrt changes to the
nightly mozconfigs, and all in all, shouldn't be much different from
them.
It's just better to use the nightly mozconfigs (or beta on beta, etc.)
and make the mozconfigs themselves handle the few things that need to be
different when the USE_ARTIFACT environment is set (which is now
consistently set by taskcluster)
This does have the side effect of turning builds that actually don't
support artifact builds red when using --artifact on try, instead of
having them silently not be artifact builds as currently happens.
Depends on D21314
Differential Revision: https://phabricator.services.mozilla.com/D21315
--HG--
extra : moz-landing-system : lando
2019-03-06 22:48:05 +00:00
Mike Hommey
50e4660cb8
Bug 1530908 - Move --enable-artifact-build-symbols to mozconfig.artifact. r=chmanchester
...
Depends on D21313
Differential Revision: https://phabricator.services.mozilla.com/D21314
--HG--
extra : moz-landing-system : lando
2019-03-05 06:58:05 +00:00
Mike Hommey
d876d02d9a
Bug 1530908 - Use an environment variable to enable LTO on automation. r=chmanchester
...
This allows to disable it more easily for artifact builds.
Differential Revision: https://phabricator.services.mozilla.com/D21311
--HG--
extra : moz-landing-system : lando
2019-03-06 22:47:08 +00:00
Mike Hommey
fb0665284b
Bug 1530562 - Enable DMD by default when possible. r=mshal
...
And remove the manual --enable-dmd in in-tree mozconfigs, as well as
--enable-profiling, which is implied by --enable-dmd.
This disables DMD on add-on-devel builds, which don't look like they
were actually meant to have DMD enabled in the first place (they only do
because they use the nightly mozconfig on all branches, and as a matter
of fact, the nightly mozconfig didn't enable DMD before bug 1409739)
This enables DMD on mingw builds with the same conditions applied as
other platforms, meaning that it's not enabled on opt builds on release
branches.
And this enables DMD on plain builds, which, from this perspective,
reflect local developer builds, and this is the expected effect.
Depends on D21161
Differential Revision: https://phabricator.services.mozilla.com/D21162
--HG--
extra : moz-landing-system : lando
2019-02-26 22:07:04 +00:00
Marco Castelluccio
2dffc6b8bf
Bug 1491004 - Set CFLAGS and CXXFLAGS in toolchain.configure for coverage builds. r=chmanchester
...
Differential Revision: https://phabricator.services.mozilla.com/D18510
--HG--
extra : moz-landing-system : lando
2019-02-20 12:18:32 +00:00
Mike Hommey
3dc15d5c35
Bug 1516374 - Upgrade clang to 7.0.1. r=dmajor
...
Differential Revision: https://phabricator.services.mozilla.com/D15346
--HG--
extra : moz-landing-system : lando
2019-01-09 23:01:46 +00:00
Marco Castelluccio
2aff5e556d
Bug 1504250 - Enable Rust coverage for Mac builds. r=froydnj
...
DONTBUILD as the code coverage build is only enabled on mozilla-central
--HG--
extra : rebase_source : b34168d857c92cce28564b6b2fbc4c2db499b5b3
extra : histedit_source : 102ecaea4ac55b1b5ffa0bdb3c3c3ef88031f745
2018-11-02 10:39:50 +01:00
Chris AtLee
4e8fdd0647
Bug 1409739 - Part 3: Enable DMD in nightly/CI builds r=glandium
...
MozReview-Commit-ID: 12tmFzzvRvP
--HG--
extra : rebase_source : 883173affbfc1504255f5263748bef569f164aca
extra : intermediate-source : 387f946c7c489d76aab9f4537ed75409249007c6
extra : source : 39c8abcf9cb2f40b78289a5535fe550368302423
2017-10-18 09:45:00 -04:00
Chris AtLee
57c2d0949e
Bug 1409739 - Part 2: Remove old DMD configs r=glandium
...
MozReview-Commit-ID: H7kc33CXIbQ
--HG--
extra : rebase_source : 436e4dd6cb643ef3df9cd64a1cee998759790c25
extra : intermediate-source : 617288a6b2d9653c46fdba6842ddfa7a2823a162
extra : source : c0da83c08b6266378fc86e89787ef8e1e534fa99
2017-10-17 11:26:04 -04:00
Cosmin Sabou
5a8eb92385
Backed out 3 changesets (bug 1409739) for causing Linux x64 ccov & fuzzing bustages. a=backout
...
Backed out changeset 387f946c7c48 (bug 1409739)
Backed out changeset 617288a6b2d9 (bug 1409739)
Backed out changeset fcdc1d5eaf1a (bug 1409739)
2018-10-03 20:29:42 +03:00
Chris AtLee
034bf7870f
Bug 1409739 - Part 3: Enable DMD in nightly/CI builds r=glandium
...
MozReview-Commit-ID: 12tmFzzvRvP
--HG--
extra : source : 39c8abcf9cb2f40b78289a5535fe550368302423
extra : intermediate-source : dc3c5143ba4eb93d78eb12f790d4dbc22e6e4137
extra : histedit_source : 3fd3470e394aefc03c1c5df7181449991c23059a
2017-10-18 09:45:00 -04:00
Chris AtLee
73de48e78a
Bug 1409739 - Part 2: Remove old DMD configs r=glandium
...
MozReview-Commit-ID: H7kc33CXIbQ
--HG--
extra : source : c0da83c08b6266378fc86e89787ef8e1e534fa99
extra : intermediate-source : e37ea5eb932a417c296e0c67cb5badc701bc8206
extra : histedit_source : 2e1b12c9dbac38dd7834f5fada941c5ca7104288
2017-10-17 11:26:04 -04:00
Coroiu Cristina
7f6d72d2a2
Backed out 3 changesets (bug 1409739) for xpcshell failures at memory/replace/dmd/test/test_dmd.js
...
Backed out changeset dc3c5143ba4e (bug 1409739)
Backed out changeset e37ea5eb932a (bug 1409739)
Backed out changeset d39c2dfcc700 (bug 1409739)
2018-10-03 02:07:19 +03:00
Chris AtLee
867896e0c3
Bug 1409739 - Part 3: Enable DMD in nightly/CI builds r=glandium
...
MozReview-Commit-ID: 12tmFzzvRvP
--HG--
extra : rebase_source : 536dad8e2ccd2f4122edfbf0db5f841a571dafe9
extra : source : 39c8abcf9cb2f40b78289a5535fe550368302423
2017-10-18 09:45:00 -04:00
Chris AtLee
4beb1fd647
Bug 1409739 - Part 2: Remove old DMD configs r=glandium
...
MozReview-Commit-ID: H7kc33CXIbQ
--HG--
extra : rebase_source : e584c74f08d65fda680f8965e90d5647bc29cf78
extra : source : c0da83c08b6266378fc86e89787ef8e1e534fa99
2017-10-17 11:26:04 -04:00
Gurzau Raul
4f0690bc0d
Backed out 3 changesets (bug 1409739) for failing at /dmd/test/test_dmd.js on a CLOSED TREE
...
Backed out changeset 39c8abcf9cb2 (bug 1409739)
Backed out changeset c0da83c08b62 (bug 1409739)
Backed out changeset 1192c15fc934 (bug 1409739)
2018-10-02 18:43:32 +03:00
Chris AtLee
b83b307dee
Bug 1409739 - Part 3: Enable DMD in nightly/CI builds r=glandium
...
MozReview-Commit-ID: 12tmFzzvRvP
--HG--
extra : rebase_source : 80077d26b537b75b2478f4c5aaa0e52c0e7db2ba
2017-10-18 09:45:00 -04:00
Chris AtLee
9f691f362f
Bug 1409739 - Part 2: Remove old DMD configs r=glandium
...
MozReview-Commit-ID: H7kc33CXIbQ
--HG--
extra : rebase_source : a880c2d9b08b772a7d1ee21988a63d87f58e4955
2017-10-17 11:26:04 -04:00
Kartikaya Gupta
3bfb4df27f
Bug 1495293 - Set RUSTC_BOOTSTRAP in the taskcluster task definition instead of the mozconfig. r=froydnj
2018-10-02 08:24:41 -04:00
Tom Prince
f85b06c132
Bug 1492526: Don't build mar's as part of the build; r=firefox-build-system-reviewers,mshal,Callek
...
We need to sign parts of the contents of the archives, so the mar's that we
ship get built as part of the repackage task. Thus, there is no reason to also
create and upload as part of the build, just to throw them away.
Differential Revision: https://phabricator.services.mozilla.com/D6213
--HG--
extra : moz-landing-system : lando
2018-10-01 18:15:40 +00:00
Calixte Denizet
f3e06a8e36
Bug 1490371 - Remove function names in generated gcda files r=marco
...
Function names in gcda are just here to check that they match the ones we've in gcno: this is an extra check since it already exists a function checksum for this purpose.
So the size of gcda and the time to generate them will decrease.
Differential Revision: https://phabricator.services.mozilla.com/D6413
--HG--
extra : moz-landing-system : lando
2018-09-20 17:15:56 +00:00
Mike Hommey
781024c859
Bug 1491233 - Enable LTO in mac devedition mozconfig r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D5845
--HG--
extra : moz-landing-system : lando
2018-09-14 17:41:25 +00:00