gecko-dev/taskcluster/scripts/misc
Mike Hommey be4f305f62 Bug 1445536 - Add a toolchain job for GCC 7. r=froydnj
And adapt the build-gcc.sh script for the changes to
contrib/download_prerequisites.

--HG--
rename : taskcluster/scripts/misc/build-gcc-6-linux.sh => taskcluster/scripts/misc/build-gcc-7-linux.sh
extra : rebase_source : b1d785777b8c141c0eb0f52a73734abd2db21b94
2018-03-14 09:37:27 +09:00
..
android-gradle-dependencies Bug 1411654 - Pre: Don't block Google's maven repository. r=maliu 2017-10-27 14:50:27 -07:00
android-gradle-dependencies.sh Bug 1405413 - Migrate Gradle dependency fetching to toolchain dependencies. r=dustin 2017-10-13 12:59:04 -07:00
build-binutils-linux.sh
build-cctools-port-macosx.sh Bug 1324892: Update toolchain paths to point to the macOS 10.11 SDK. r=ted 2017-09-08 15:49:29 -04:00
build-cctools-port.sh Bug 1428967 - Allow to build cctools-port on Debian. r=ted 2017-12-30 12:57:51 +09:00
build-clang32-st-an-windows.sh Bug 1443827: Move clang-cl static analysis builds to their own toolchain task. r=froydnj 2018-03-08 17:25:52 -05:00
build-clang64-st-an-windows.sh Bug 1443827: Move clang-cl static analysis builds to their own toolchain task. r=froydnj 2018-03-08 17:25:52 -05:00
build-clang64-windows.sh
build-clang-3.9-linux.sh
build-clang-4-linux.sh
build-clang-5-linux.sh Bug 1408277 - Add a toolchain job for clang 5.0. r=froydnj 2017-10-13 13:22:41 +09:00
build-clang-6-pre-linux-macosx-cross.sh Bug 1425406 - Add a linux64 clang 6 (pre) toolchain with the macosx64 native sanitizer dylibs. r=froydnj 2018-02-08 16:58:12 -05:00
build-clang-6-pre-linux.sh Bug 1415689 - Add Clang 6 (pre) and use it for ASan builds. r=froydnj 2017-11-10 10:14:26 +01:00
build-clang-macosx.sh Bug 1324892: Update toolchain paths to point to the macOS 10.11 SDK. r=ted 2017-09-08 15:49:29 -04:00
build-clang-tidy32-windows.sh
build-clang-tidy64-windows.sh
build-clang-tidy-linux.sh
build-clang-tidy-macosx.sh Bug 1324892: Update toolchain paths to point to the macOS 10.11 SDK. r=ted 2017-09-08 15:49:29 -04:00
build-clang-windows-helper32.sh Bug 1360650 part 2 - Export VSINSTALLDIR so LLVM_ENABLE_DIA_SDK will be set. r=ehsan 2017-12-18 11:28:20 -05:00
build-clang-windows-helper64.sh Bug 1360650 part 2 - Export VSINSTALLDIR so LLVM_ENABLE_DIA_SDK will be set. r=ehsan 2017-12-18 11:28:20 -05:00
build-gcc-4.9-linux.sh
build-gcc-6-linux.sh
build-gcc-7-linux.sh Bug 1445536 - Add a toolchain job for GCC 7. r=froydnj 2018-03-14 09:37:27 +09:00
build-gcc-mingw32.sh Bug 1432319 Bump MinGW version to incorporate Process Mitigation structs needed by the sandbox r=froydnj 2018-01-27 19:44:45 -06:00
build-gcc-sixgill-plugin-linux.sh Update sixgill to ab06fc42cf0f for bug 1450379, r=bhackett 2018-03-30 15:33:15 -07:00
build-gn-common.sh Bug 1386782 - Add toolchain tasks to build gn in automation. r=ted 2017-07-25 15:33:44 -07:00
build-gn-linux.sh Bug 1386782 - Add toolchain tasks to build gn in automation. r=ted 2017-07-25 15:33:44 -07:00
build-gn-macosx.sh Bug 1324892: Update toolchain paths to point to the macOS 10.11 SDK. r=ted 2017-09-08 15:49:29 -04:00
build-gn-win32.sh Bug 1414306 - Use VS2017 for the gn toolchain task. r=cmanchester 2017-11-06 17:14:45 -05:00
build-hfsplus-linux.sh
build-libdmg-hfsplus.sh Bug 1427266 - Statically link libdmg-hfsplus against OpenSSL. r=gps 2017-12-28 18:19:31 +09:00
build-llvm-dsymutil.sh Bug 1436208 - Avoid infinite loops in llvm-dsymutil when rust produces broken self-referencing DIEs. r=nalexander 2018-02-07 08:23:10 +09:00
build-mingw32-fxc2.sh Bug 1430030 - Enable parallelism when building wine, upx and fxc2. r=ted 2018-01-12 21:25:59 +09:00
build-mingw32-nsis.sh Bug 1430908 - Use --progress=dot:mega with wget; r=glandium 2018-01-16 14:24:31 -08:00
build-sccache.sh Bug 1449629 - Use -L when downloading OpenSSL; r=glandium 2018-04-02 19:22:07 -07:00
build-tup-linux.sh Bug 1387098 - Tup toolchain task; r=froydnj 2018-02-20 11:12:08 -05:00
build-upx.sh Bug 1432397 - Switch mingw builds to a Debian stretch-based docker image. r=dustin 2018-01-26 14:39:07 +09:00
build-wine.sh Bug 1430030 - Enable parallelism when building wine, upx and fxc2. r=ted 2018-01-12 21:25:59 +09:00
gn.patch Bug 1386782 - Add toolchain tasks to build gn in automation. r=ted 2017-07-25 15:33:44 -07:00
minidump_stackwalk.sh
repack_rust.py Bug 1428197 - Reject generic channels in rust repack jobs. r=glandium 2018-02-26 16:54:36 -08:00
repack-android-ndk-linux.sh Bug 1412006 - part 3 - add an Android NDK repackaging task; r=dustin,nalexander; f=glandium 2018-02-01 09:59:23 -05:00
repack-android-sdk-linux.sh Bug 1366644 - Pre: Print Android sdkmanager package listing. r=maliu 2017-10-16 13:24:47 -07:00
tooltool-download.sh Bug 1338651 part 1: Change docker image home dir to /build. r=dustin,mshal 2017-08-28 08:44:51 -03:00