Commit Graph

622 Commits

Author SHA1 Message Date
Ted Mielczarek
9bcc883e51 bug 1357622 - update sccache to rev d3aa1116844b50c03015266d2f48235509fa7deb to pick up a fix for build failures. r=mshal
MozReview-Commit-ID: 8ixs6rYnE08

--HG--
extra : rebase_source : b4c315007cfb6c03e6534e381f6231d6c9bab54a
2017-05-09 09:12:26 -04:00
Marco Castelluccio
4d753fcb37 Bug 1362478 - Disable sandbox in the code coverage build, as it prevents content processes from updating gcda files. r=jmaher
--HG--
extra : rebase_source : 42cfc10c7628f6f0fb9479dcc2bcb8b38477b4b5
2017-05-05 18:31:45 +02:00
Ben Hearsum
d27afef6b0 bug 1358601: set up CI builds and tests for DevEdition on mozilla-beta - fix build configuration and signing of DevEdition-on-beta builds. r=aki,rail
MozReview-Commit-ID: 2oaCCHJWU8W
2017-05-05 16:56:57 -04:00
Wes Kocher
213466c2df Merge m-c to inbound, a=merge
MozReview-Commit-ID: LDWwyJ6Gdqw
2017-05-01 16:06:49 -07:00
Ben Hearsum
3fc6f41c38 bug 1358601: set up CI builds and tests for DevEdition on mozilla-beta - enable pgo, fix Linux treeherder symbols, use correct mozconfigs for Mac and Windows. r=rail
MozReview-Commit-ID: LQAzdw7paGf
2017-05-01 16:26:26 -04:00
Gregory Szorc
7ab3f694fd Bug 1359968 - Re-upload clang 3.9 archive as a public tooltool artifact; r=mshal
The old archive was uploaded with internal visibility. This was almost
certainly a mistake.

I downloaded the old archive and produced a new one and re-uploaded it to
tooltool with public visibility. I had to reproduce the archive because
tooltool won't let you promote an existing item to public.

It appears that environment state and possibly differences in the
tar command result in diverging tar archives. For example:

==> clang.orig <==
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/bin/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/include/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/lib/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/libexec/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/clang/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/man/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/scan-build/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/scan-view/

==> clang.new <==
drwxr-xr-x gps/gps           0 2017-02-01 20:34 clang/
drwxr-xr-x gps/gps           0 2017-02-01 20:34 clang/bin/
-rwxr-xr-x gps/gps       18099 2017-02-01 20:15 clang/bin/git-clang-format
-rwxr-xr-x gps/gps     6731340 2017-02-01 20:33 clang/bin/llvm-mc
-rwxr-xr-x gps/gps     2241688 2017-02-01 20:34 clang/bin/obj2yaml
-rwxr-xr-x gps/gps    17105264 2017-02-01 20:33 clang/bin/llvm-c-test
-rwxr-xr-x gps/gps    13153616 2017-02-01 20:33 clang/bin/bugpoint
-rwxr-xr-x gps/gps    49666672 2017-02-01 20:33 clang/bin/clang-3.9
-rwxr-xr-x gps/gps       52901 2017-02-01 20:15 clang/bin/scan-build
-rwxr-xr-x gps/gps     6214036 2017-02-01 20:30 clang/bin/llvm-ar

Content within should be identical. It's just the file ordering and
owner bits that are different. This shouldn't matter.

MozReview-Commit-ID: HOzNXAd7xwq

--HG--
extra : rebase_source : 92650cbd1869b744a5f6a1d3534fb512f85b32d1
2017-04-28 10:18:08 -07:00
Ralph Giles
819141aa38 Bug 1360364 - Update builders to rust 1.17.0. r=mshal
Update tooltool manifests for official builds to use repacks
of the upstream rustc 1.17.0 (56124baa9 2017-04-24) stable release.

These repacks include cargo 0.19.0-beta.1 (03efb7fc8 2017-04-23)
to include support for the RUSTC_WRAPPER environment variable
needed for use of sccache with rust code.

MozReview-Commit-ID: L9Nq2iK4GK8

--HG--
extra : rebase_source : 882b201282a0e13ed77ec5876972657eab81a562
2017-04-27 15:24:57 -07:00
Ralph Giles
a256407bbf Bug 1359499 - Update builders to a cargo version with RUSTC_WRAPPER. r=mshal
Update tooltool manifests to reference rustc 1.16.0 stable repacks
which include cargo 1.19.0 nightly builds from 2017-04-19 which
support the RUSTC_WRAPPER environment override.

We're shipping with an unstable cargo while this feature makes its
way to release because it is necessary for deploying sccache support
for rust language code in our build and test automation.

MozReview-Commit-ID: Iow2894OPq7

--HG--
extra : rebase_source : f1a8e6cab612714f7b73ca8a14d14cabe9f4aef7
2017-04-25 12:15:52 -07:00
Rail Aliiev
a6777e7838 Bug 1358601 - add Developer Edition mozconfigs r=bhearsum DONTBUILD
MozReview-Commit-ID: 2DSftgqOB9u

--HG--
rename : browser/config/mozconfigs/linux32/nightly => browser/config/mozconfigs/linux32/devedition
rename : browser/config/mozconfigs/linux64/nightly => browser/config/mozconfigs/linux64/devedition
rename : browser/config/mozconfigs/macosx64/nightly => browser/config/mozconfigs/macosx64/devedition
rename : browser/config/mozconfigs/win32/nightly => browser/config/mozconfigs/win32/devedition
rename : browser/config/mozconfigs/win64/nightly => browser/config/mozconfigs/win64/devedition
extra : rebase_source : 818c430e28f93e24524c981b2235543ee8476798
2017-04-26 11:23:50 -04:00
Marco Castelluccio
7eb7732ff7 Bug 1358201 - Make linux64-ccov a debug build. r=jmaher 2017-04-25 11:32:52 +02:00
Mike Hommey
e6384ead02 Bug 1356927 - Remove unused macosx64 tooltool manifest for ASAN. r=gps
--HG--
extra : rebase_source : 1eb3a5f23018f051dcda97551be44f5940df4f0c
2017-04-17 08:11:34 +09:00
Mike Hommey
a96c49d17d Bug 1356927 - Update non-cross mac builds to clang 3.9. r=gps
--HG--
extra : rebase_source : ddbd81837cf7bd0ee72d0b8d0fb8f2ba2b86e44f
2017-04-17 08:07:28 +09:00
Mike Hommey
eba57cc76d Bug 1356929 - Refresh cctools used on mac builds. r=gps
The version we update to is the current result from the
macosx64-cctools-port toolchain job.
(gotten with `mach artifact toolchain --from-build macosx64-cctools-port --nounpack`
and uploaded to tooltool)

--HG--
extra : rebase_source : 5d980012de2dfab0556ccb7ed27c434047054523
2017-04-17 08:20:33 +09:00
Mike Hommey
87c96634a2 Bug 1356932 - Use the same clang as asan builds in normal builds. r=froydnj
They are, in fact, the same version already, built from the same version
of clang-static-analysis-linux64.json, but one comes from a now expired
try build, and the other from a build on mozilla-central, that can still
be traced down:
https://tools.taskcluster.net/task-inspector/#Ro1bUCv4Svu2OWuQsOF_hA/0

--HG--
extra : rebase_source : 776314cecb3cba7043a02f4e1f2f4feb4b51731c
2017-04-17 08:29:22 +09:00
Mike Hommey
cf644edb0d Bug 1356951 - Build mac cross toolchains with clang 3.9. r=ted
Also use the same cctools as cross-mac builds of Firefox.

Do dummy changes to the corresponding build scripts so that the builds
are force triggered (toolchain builds are not triggered automatically
when the tooltool manifest they use changes yet).

--HG--
extra : rebase_source : 699143de819c29c98ca31308ac502f9331123403
2017-04-17 14:33:09 +09:00
Ted Mielczarek
adf4bd2737 bug 1354048 - update sccache to rev 7a3847276d05deb564cb84a16b8c551b690aaa3e. r=mshal
MozReview-Commit-ID: C7o9uRGAeqd

--HG--
extra : rebase_source : a432ff8bba31d3d33afe45d4a5d613a294106533
2017-04-10 06:55:15 -04:00
Ted Mielczarek
a8bba22342 bug 1355099 - Disable sccache on clang-cl builds. r=mshal
sccache doesn't actually support clang-cl currently, so we're just making
our clang-cl builds slower by enabling it. Also, I'm trying to update to
a newer version of sccache and something broke running sccache+clang-cl
entirely so my try builds are busted, so disabling it entirely until
we actually support this configuration seems sensible.

MozReview-Commit-ID: LMkVuBRclCp

--HG--
extra : rebase_source : 76357d16190a6d2b2c5f177874de00ed3e636a76
2017-04-10 11:16:47 -04:00
Mike Hommey
5fc0411975 Bug 1354395 - Update sixgill to a rebuild that links against GMP statically. r=sfink
The mercurial revision of sixgill listed in the manifest doesn't exist,
so I took what looks like corresponds to the last change to the tooltool
manifests, in order to avoid any other difference than GMP linkage.

This was built manually on a one-click-loaner.

--HG--
extra : rebase_source : 5ea830e48a6424a6ded9beab0628d0e562251c47
2017-04-11 17:28:10 +09:00
Ting-Yu Chou
270fef8c41 Bug 1333003 part 1 - Add Windows x64 ASan mozconfigs to the tree. r=mshal
MozReview-Commit-ID: KuXcyL6yqH7

--HG--
extra : rebase_source : 8e77a7858f28f4b8f4052c3235c7b5daee828053
2017-03-10 14:13:07 +08:00
Mike Shal
5e9f07c697 Bug 1351474 - Downgrade dmg tools to avoid corrupt dmgs; r=ted
MozReview-Commit-ID: 7rSS314jndD

--HG--
extra : rebase_source : 0a3884245737ba2848482ea148242a60e6c0376c
2017-03-30 17:22:20 -04:00
Justin Wood
485886c025 Bug 1347579 - run configure before doing repack. r=aki
MozReview-Commit-ID: 4uBwqwtN3i0

--HG--
extra : rebase_source : f067fa3b33157a1afc0906412fb7b4f7e5fe24f3
extra : intermediate-source : 727ed2b44031fd71780ed0d0c27a0950633f41dc
extra : source : dda6cc82c28204967a2012a13de9bcdaf94f9418
2017-03-28 16:26:56 -04:00
Ralph Giles
e734305b80 Bug 1351031 - Update builders to rust 1.16.0. r=mshal
Repacks of upstream builds.

For release notes see https://blog.rust-lang.org/2017/03/16/Rust-1.16.html or
https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1160-2017-03-16

MozReview-Commit-ID: 9dHGKGSbelG

--HG--
extra : rebase_source : 0fb93f9d7cc6e663f3c7eb662e29f4f0061244db
2017-03-27 13:39:15 -07:00
Wes Kocher
93d11e3441 Backed out 7 changesets (bug 1333003) for windows asan failures a=backout
Backed out changeset 3d2b2eeda8d3 (bug 1333003)
Backed out changeset 400d409ba4ca (bug 1333003)
Backed out changeset 1ba027abdfc9 (bug 1333003)
Backed out changeset 70114135bd8c (bug 1333003)
Backed out changeset 5715b15e33c0 (bug 1333003)
Backed out changeset 375e952bd738 (bug 1333003)
Backed out changeset d5d4112599f2 (bug 1333003)

MozReview-Commit-ID: DZUHJTdjX7V
2017-03-23 11:01:44 -07:00
Mike Shal
07382b6617 Bug 1342911 - Remove macosx-universal mozconfigs & mozharness configs; r=jlund
These mozconfigs are no longer used since we stopped doing universal
builds in bug 1295375.

MozReview-Commit-ID: Izz9q1dRskH

--HG--
extra : rebase_source : a7b6f84d56812f0946c78aa054f116747e798300
2017-02-28 09:38:43 -05:00
Ting-Yu Chou
334e9c13ad Bug 1333003 part 1 - Add Windows x64 ASan mozconfigs to the tree. r=mshal
MozReview-Commit-ID: KuXcyL6yqH7

--HG--
extra : rebase_source : 8e77a7858f28f4b8f4052c3235c7b5daee828053
2017-03-10 14:13:07 +08:00
Mitchell Hentges
7f4ee8b5f3 Bug 1332917: Replace linux64-ccov compile/link gcov flags with the more-consistent '--coverage' r=gmierz,jmaher+560562
MozReview-Commit-ID: I4qUUVGZ9q2

--HG--
extra : rebase_source : bb8cdb8b78501d38d1dde04bf5f4b1bf3e8c353e
2017-01-22 10:06:58 -08:00
Carsten "Tomcat" Book
946d74d723 Backed out changeset a89806ba0faa (bug 1333003) for bustage 2017-03-23 10:38:48 +01:00
Ting-Yu Chou
e36bd5b8ac Bug 1333003 part 1 - Add Windows x64 ASan mozconfigs to the tree. r=mshal
MozReview-Commit-ID: KuXcyL6yqH7

--HG--
extra : rebase_source : 8e77a7858f28f4b8f4052c3235c7b5daee828053
2017-03-10 14:13:07 +08:00
Christian Holler
ab6a82461d Bug 1349611 - Fix broken Clang hash in releng.manifest. r=froydnj
MozReview-Commit-ID: 2Sc480veJqU

--HG--
extra : rebase_source : 0fe0ec2c582d0fe3bdb4c10eb8d708e8ab4243fd
2017-03-22 21:48:51 +01:00
Ralph Giles
a6e5969607 Bug 1346897 - Indent tooltool manifests. r=mshal
Apply a 2-character indent to in-tree tooltool manifests to make
them easier to read, and to make the formatting more consistent
so automating updates is simpler.

Modern editors will maintain json indentation. The only long
lines we have are already over 80 characters, so the extra space
shouldn't create new long lines.

Also update mercurial installer script to generate json with
the same indentation, even though its output is temporary.

Tooltool itself was updated to generate manifests with this
indentation in Bug 1325225.

MozReview-Commit-ID: DKj6nL9OENv

--HG--
extra : rebase_source : fc3f8616ec689d74e06c0db84c2b261825f86453
2017-03-15 12:27:51 -07:00
Jeff Gilbert
e3392d3ab4 Bug 1346442 - Update linux64 asan builds to clang3.9+libgcc4.9.4 - r=glandium
MozReview-Commit-ID: 5ADVWxchbN5
2017-03-14 19:04:49 -07:00
Alin Selagea
ea2ef118fb Bug 1344297 - Turn off buildbot static analysis jobs on linux64 debug and macosx64 debug, r=kmoir 2017-03-14 15:09:16 +02:00
Ting-Yu Chou
998c531581 Bug 1335991 part 1 - Bump to clang r293859 to fix a crash at nsZipArchive::GetItem on 64-bit clang-cl builds. r=Ehsan
MozReview-Commit-ID: 8ZO4sSmvZRG

--HG--
extra : rebase_source : 31e196ffe69614e699e6e1f6269fad1678df96f0
2017-02-15 09:23:49 +08:00
ffxbld
cce942762c Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
MozReview-Commit-ID: GEyM0F1O4hP
2017-03-06 23:53:55 +01:00
Kartikaya Gupta
5282d6aae2 Bug 1264494 - Turn on Mac OSX 64 debug static analysis builds on Taskcluster. r=dustin,kmoir
MozReview-Commit-ID: 4EruHcLydBR

--HG--
extra : rebase_source : 7a954de89b9f88dd7efd1d8f0de2d7751b280d53
2017-03-02 14:17:37 -05:00
Chris Manchester
e2e1a84cae Bug 1339673 - Add an option to disable building the gtest xul and set it for valgrind builds in automation. r=ted
MozReview-Commit-ID: 1doicRjGhfY

--HG--
extra : rebase_source : 9f9cbf5c7a9f4e29e806a02c27106fbc1519fc86
2017-02-16 10:47:55 -08:00
Jesse Schwartzentruber
df40990bb3 Bug 1335411 - Fix --enable-address-sanitizer for Mac cross-compilation and adapt Linux ASan configs for Mac. r=froydnj
--HG--
extra : rebase_source : 493400a792fd50266a8d434b842710586c7947c5
2017-02-10 11:10:23 -05:00
Ralph Giles
35ff9b03f3 Bug 1338311 - Update builders to rust 1.15.1. r=mshal
Update to the point release. These are repacks of the
upstream builds for 1.15.1 stable with appropriate
libstd builds for each target.

This incorporates the -fPIC fix for linux32 so we can
use upstream builds instead of our patched toolchain.
It also corrects the signature of vec::IntoIter::as_mut_slice
which was incorrect in 1.15.0.

MozReview-Commit-ID: JvEdGPwgS03

--HG--
extra : rebase_source : 9edd9970d8328274311493c2c3c4fffa97b258a9
2017-02-09 14:43:26 -08:00
Wes Kocher
30d9ef4d29 Merge m-c to autoland, a=merge
MozReview-Commit-ID: D76dMYwFRUQ
2017-02-09 17:06:59 -08:00
Ted Mielczarek
2b1a1f6be4 bug 1337393 - update libdmg-hfsplus tools in tooltool. r=mshal
MozReview-Commit-ID: 7KnX3Mjlq13

--HG--
extra : rebase_source : fd3d8e22e8fdfbef892d92b5447981ffa73ae86d
2017-02-08 06:30:50 -05:00
Ralph Giles
84e8e0e12d Bug 1336155 - Update linux32 rust builders to use -fPIC. r=mshal
Use a custom build of rust 1.15.1 with an additional bump of the
gcc crate to 0.3.43 to pass -fPIC to the C compiler on i686-linux.

While 1.15.1 was tagged today, there's some question as to whether
it would be released from the tag or if the tag would be moved
to incorporate this fix.

This works around the issue with text segment relocations with
the 1.15.0 stable release. For more information see the upstream
issue at https://github.com/rust-lang/rust/pull/39523

MozReview-Commit-ID: 83IxtJeJxlh

--HG--
extra : rebase_source : 8deda9058c77a98c65a46949768702c56296d9d4
2017-02-07 17:31:25 -08:00
Ralph Giles
9fa33697c2 Bug 1336155 - Update builders to rust 1.15.0 stable. r=mshal
Repack of the upstream builds of the rust 1.15.0 stable release.

MozReview-Commit-ID: KDjkSQSFrFA

--HG--
extra : rebase_source : 7ca562b3d1cc4d051d9cfc25ef14fbbe2dbd77bb
2017-02-02 11:30:34 -08:00
Wes Kocher
9576aa1519 Merge m-c to autoland, a=merge
MozReview-Commit-ID: HXFQTGJASw4
2017-02-08 16:21:53 -08:00
Wes Kocher
6ff8201ffe Merge inbound to central, a=merge
MozReview-Commit-ID: 4mN7daXzULJ
2017-02-08 16:08:42 -08:00
Justin Wood
6d726fa81c Bug 1197325 - Remove now unused genisoimage. r=ted
MozReview-Commit-ID: AO3RgE4SdsH

--HG--
extra : rebase_source : 5afb3583c4426d3903b00e879a248a19cb02bd31
2017-02-02 10:10:27 -05:00
Justin Wood
9feb80031e Bug 1197325 -- Set volume icon for DMG in Linux->Mac cross compiles. r=ted
MozReview-Commit-ID: C4LFZB6msmL

--HG--
extra : rebase_source : 18d4e2fa3af4a387bf5e08f987d44a0a658ac1d3
2017-01-30 17:32:32 -05:00
Kartikaya Gupta
87e89d52b7 Bug 1336479 - Add 32-bit windows QR builds. r=kmoir
MozReview-Commit-ID: FrlTIhMdKS7

--HG--
extra : rebase_source : 5891fc4b6b47b6a6ec23916d99c1e5a4d1aeab71
2017-02-08 15:02:47 -05:00
Kartikaya Gupta
72e032c7c3 Bug 1336479 - Add 32-bit linux QR builds. r=kmoir
MozReview-Commit-ID: 3zOp1fQFdxt

--HG--
extra : rebase_source : 28a195054e3572b9c8091e0b00f7a7a6eef42432
2017-02-08 15:02:45 -05:00
Phil Ringnalda
0bf37ead29 Backed out 3 changesets (bug 1197325) for adding a burning Cc(hfsplus) job
CLOSED TREE

Backed out changeset 158233bce738 (bug 1197325)
Backed out changeset b5ac3fa0bbe7 (bug 1197325)
Backed out changeset 55a8ad127517 (bug 1197325)
2017-02-06 20:04:55 -08:00
Justin Wood
a39754cb97 Bug 1197325 - Remove now unused genisoimage. r=ted
MozReview-Commit-ID: AO3RgE4SdsH

--HG--
extra : rebase_source : 2a49430e1eb0809b191435c6986e076f9cac7b96
2017-02-02 10:10:27 -05:00