Commit Graph

14 Commits

Author SHA1 Message Date
Mike Hommey
3bb54c8cd1 Bug 1262729 - Allow to more conveniently build toolchains. r=dustin
Currently, we have in-tree scripts that allow to build our toolchains.
We also have a taskcluster script for clang that can be used in with
manually created taskcluster tasks. I wrote a similar script for gcc a
while ago, for the same usage.

This change hooks all these up such that one can do a try push with
`-j linux64-clang` or `-j linux64-gcc` and get a toolchain built as a
result.

It also hooks things up such that changes to the toolchain build scripts
trigger those jobs as well, so as to ensure they are not broken by the
changes.
2016-04-15 08:17:36 +09:00
Mike Hommey
d223cf971c Bug 1262735 - Merge both clang-static-analysis-linux64*.json files. r=ehsan
Both point to the same path for cc and cxx, but not for gcc_dir, which
makes no sense. That's the only significant difference between both, so
just merge them both, and use the merged file in the taskcluster build
script.
2016-04-13 06:54:22 +09:00
Nick Alexander
3849c2dbda Bug 1254233 - Make cacerts an absolute symlink in repackaged Java. r=me,dustin
MozReview-Commit-ID: 9tlVuzTQTJc
2016-03-09 13:16:05 -08:00
Ehsan Akhgari
e30457f011 Bug 1042132 - Part 1: Port build-clang.py to Windows; r=rail
This is useful for deploying clang-cl to the infrastructure.
2016-02-08 14:55:27 -05:00
Ehsan Akhgari
d6c2b34c5e Bug 1214948 - Add a script to build Linux clang using TaskCluster; r=ted
DONTBUILD
2015-10-19 16:14:12 -04:00
Jordan Lund
8da8e9b0ab Bug 1206106 - Create a java tarball that works on CentOS 6, taskcluster task template, CLOSED TREE NPOTB r=testing 2015-09-22 11:34:15 -07:00
Wes Kocher
3ccd3bed20 Backed out changeset 520103c26e0c (bug 1206106) for apparently breaking b2g device builds CLOSED TREE 2015-09-22 11:56:01 -07:00
Jordan Lund
0633b5653f Bug 1206106 - Create a java tarball that works on CentOS 6, taskcluster task template, NPOTB r=testing 2015-09-22 11:34:15 -07:00
Ted Mielczarek
152ef48b7a Tweak cctools build script (No bug, NPOTB) 2015-09-09 11:36:28 -04:00
Ted Mielczarek
1da64308a2 bug 1201012 - Update minidump_stackwalk taskcluster build script to build stackwalk-http as the minidump_stackwalk for testing (NPOTB) 2015-09-02 12:19:23 -04:00
Ted Mielczarek
a6f05444f8 Fix minidump_stackwalk build script to produce working WinXP binaries. No bug, NPOTB. 2015-08-14 14:01:20 -04:00
Ted Mielczarek
aa316da434 bug 1176229 - build script for building cctools with crosstool-ng. r=mshal 2015-06-19 09:45:42 -04:00
Ted Mielczarek
7aeb3ff39f bug 1181722 - Add a Taskcluster script for building minidump_stackwalk binaries (NPOTB) 2015-07-10 06:49:17 -04:00
Dustin J. Mitchell
2e8f54d1dd Bug 1161075: build android with JDK from tooltool; r=nalexander 2015-06-30 11:18:01 -04:00