Tom Prince
22b9d981e5
Bug 1537999: Revert changes to beta locales for 68.0.
...
This partially backouts the changes from 1002276e26e2.
Differential Revision: https://phabricator.services.mozilla.com/D29878
--HG--
extra : moz-landing-system : lando
2019-05-03 20:04:21 +00:00
Simon Fraser
9a2d762b1f
Bug 1537999 add WNP list for 67.0 r=flod a=release
...
Differential Revision: https://phabricator.services.mozilla.com/D29813
--HG--
extra : moz-landing-system : lando
2019-05-03 12:52:56 +00:00
Coroiu Cristina
4b5438daa1
Bug 1540911 - Fix lint error r=me on a CLOSED TREE
2019-05-03 09:35:35 +03:00
Julien Cristau
e89c321210
Bug 1540911: configure whatsnew page for DevEdition 68. r=nthomas,tomprince
...
Differential Revision: https://phabricator.services.mozilla.com/D29794
--HG--
extra : moz-landing-system : lando
2019-05-03 05:18:07 +00:00
Mike Shal
5e4d5ff8da
Bug 1547395 - Use 3-tier PGO for linux64-devedition builds; r=chmanchester
...
Depends on D29247
Differential Revision: https://phabricator.services.mozilla.com/D29248
--HG--
extra : moz-landing-system : lando
2019-04-29 19:37:33 +00:00
Tom Ritter
2371a62f3e
Bug 1547168 - Make the mingw-clang debug builds optimized r=dmajor
...
Because it's too painful to run otherwise.
Differential Revision: https://phabricator.services.mozilla.com/D28938
--HG--
extra : moz-landing-system : lando
2019-04-26 12:28:15 +00:00
Tom Ritter
78e0076a2e
Bug 1547007 - Remove mingw-gcc mozconfigs r=dmajor
...
These were missed when we removed the mingw-gcc build jobs
Differential Revision: https://phabricator.services.mozilla.com/D28940
--HG--
extra : moz-landing-system : lando
2019-04-26 12:25:35 +00:00
Tom Ritter
288f88722a
Bug 1535399 - Add --enable-proxy-bypass-protection to mingw builds r=dmajor
...
Tor compiles with these, using the mingw build, so it makes sense to
replicate their configuration.
Differential Revision: https://phabricator.services.mozilla.com/D28939
--HG--
extra : moz-landing-system : lando
2019-04-26 12:31:23 +00:00
Nathan Froyd
153abe00aa
Bug 1546693 - remove vs2015 manifests; r=RyanVM
...
We no longer build anything with VS 2015.
Differential Revision: https://phabricator.services.mozilla.com/D28672
--HG--
extra : moz-landing-system : lando
2019-04-24 15:24:39 +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
Christian Holler
a15a27b2f0
Bug 1544400 - Update fuzzing builds to Clang 8 and use gold. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D27701
--HG--
extra : moz-landing-system : lando
2019-04-18 08:28:29 +00:00
Tom Prince
81a3474484
Bug 1536665: Add whats-new-page to balrog blob on beta; r=nthomas
...
Differential Revision: https://phabricator.services.mozilla.com/D27577
--HG--
extra : moz-landing-system : lando
2019-04-17 11:49:32 +00:00
Mike Hommey
1cdf383210
Bug 1543956 - Use a fixed mozconfig for linux64-aarch64 builds. r=mshal
...
Differential Revision: https://phabricator.services.mozilla.com/D27631
--HG--
rename : browser/config/mozconfigs/linux64-aarch64/nightly => browser/config/mozconfigs/linux64-aarch64/opt
extra : moz-landing-system : lando
2019-04-17 05:33:24 +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
David Major
6137929bc0
Bug 1512723 - Enable cross-language LTO on Win64 shippable builds r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D25852
--HG--
extra : moz-landing-system : lando
2019-04-04 13:20:15 +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
Mike Hommey
aa88106d99
Bug 1532952 - Add an optional linux64-aarch64 build on Taskcluster. r=froydnj
...
This sets things enough things up to be able to push to try with an
opt-in, but doesn't run the job on every push. This can be used as a
template for future work on a fuzzing job.
Differential Revision: https://phabricator.services.mozilla.com/D25069
--HG--
extra : moz-landing-system : lando
2019-03-29 00:10:29 +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
ffxbld
6008843d84
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2019-03-18 11:01:13 +00:00
Nathan Froyd
dc570ea41b
Bug 1535580 - update linux/mac searchfox jobs for clang changes; r=kats
...
We need to install a new enough binutils for both of these jobs and
ensure that it's properly found on the linux job.
Differential Revision: https://phabricator.services.mozilla.com/D23678
--HG--
extra : moz-landing-system : lando
2019-03-15 15:32:52 +00:00
Mike Hommey
666729e3c4
Bug 1534522 - Add a build type for EME-enabled win64-aarch64. r=dmajor
...
Depends on D23101
Differential Revision: https://phabricator.services.mozilla.com/D23102
--HG--
extra : moz-landing-system : lando
2019-03-13 23:08:19 +00:00
Tom Prince
337b342243
Bug 1533589: [win64-aarch64] Release win64-aarch64 devedition builds; r=mtabara
...
Differential Revision: https://phabricator.services.mozilla.com/D22739
--HG--
extra : moz-landing-system : lando
2019-03-13 17:00:58 +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
Bogdan Tara
b0eb662a5f
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-03-08 23:55:49 +02:00
Mihai Tabara
09050a5d42
Bug 1523699 - add WNP list for 66.0 r=flod a=release
2019-03-08 16:18:39 +00:00
Nathan Froyd
887b4d759a
Bug 1533747 - remove outdated exports from plain builds; r=dmajor
...
These builds no longer use gcc, so they no longer need gcc files on PATH
or LD_LIBRARY_PATH.
Differential Revision: https://phabricator.services.mozilla.com/D22712
--HG--
extra : moz-landing-system : lando
2019-03-08 15:15:07 +00:00
Mike Hommey
24bccfea9f
Bug 1532883 - Add missing configuration for nasm on hazard and plain builds. r=dmajor
...
Differential Revision: https://phabricator.services.mozilla.com/D22451
--HG--
extra : moz-landing-system : lando
2019-03-07 14:44:32 +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
Thomas Daede
e4583841d3
Bug 1529305 - Add NASM env var to win64-plain/opt. r=dmajor
...
This one doesn't inherit the common mozconfig.nasm file.
Differential Revision: https://phabricator.services.mozilla.com/D21301
--HG--
extra : moz-landing-system : lando
2019-02-27 00:31:01 +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
Tom Prince
3f64c323ad
Bug 1529921: Use secrets from taskcluster for windows builds; r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D20849
--HG--
extra : moz-landing-system : lando
2019-02-24 09:24:52 +00:00
Ciure Andrei
9aa98b01bd
Backed out 2 changesets (bug 1529921) due to a high probability of breaking nightlies CLOSED TREE
...
Backed out changeset 1c9d01a6fbb8 (bug 1529921)
Backed out changeset fea99e80e861 (bug 1529921)
2019-02-23 03:36:18 +02:00
Tom Prince
930a5c2531
Bug 1529921: Use secrets from taskcluster for windows builds; r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D20849
--HG--
extra : moz-landing-system : lando
2019-02-22 23:56:45 +00:00