2019-02-01 06:18:39 +03:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2019-05-11 00:19:48 +03:00
|
|
|
---
|
2019-02-01 06:19:47 +03:00
|
|
|
job-defaults:
|
2019-02-01 06:18:39 +03:00
|
|
|
description: "gn toolchain build"
|
2019-05-01 01:58:06 +03:00
|
|
|
worker-type: b-linux
|
2019-02-01 06:18:39 +03:00
|
|
|
worker:
|
|
|
|
max-run-time: 1800
|
2019-02-01 06:19:47 +03:00
|
|
|
run-on-projects:
|
|
|
|
- trunk
|
|
|
|
- try
|
2019-02-01 06:18:39 +03:00
|
|
|
run:
|
|
|
|
tooltool-downloads: public
|
|
|
|
resources:
|
|
|
|
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
|
|
|
- 'taskcluster/scripts/misc/build-gn-common.sh'
|
|
|
|
toolchain-artifact: public/build/gn.tar.xz
|
2019-08-02 13:16:46 +03:00
|
|
|
fetches:
|
|
|
|
fetch:
|
|
|
|
- gn
|
2019-02-01 06:19:47 +03:00
|
|
|
|
|
|
|
linux64-gn:
|
|
|
|
treeherder:
|
|
|
|
symbol: TL(gn)
|
|
|
|
run:
|
|
|
|
script: build-gn-linux.sh
|
2019-02-01 06:18:39 +03:00
|
|
|
toolchains:
|
2019-02-15 09:29:34 +03:00
|
|
|
- linux64-gcc-6
|
2019-02-01 06:18:39 +03:00
|
|
|
|
|
|
|
macosx64-gn:
|
|
|
|
treeherder:
|
|
|
|
symbol: TM(gn)
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
|
|
|
|
run:
|
|
|
|
script: build-gn-macosx.sh
|
|
|
|
tooltool-downloads: internal
|
|
|
|
toolchains:
|
|
|
|
- linux64-cctools-port
|
2019-04-02 05:18:10 +03:00
|
|
|
- linux64-clang-8
|
2019-02-01 06:18:39 +03:00
|
|
|
- linux64-node
|
|
|
|
|
|
|
|
win32-gn:
|
|
|
|
treeherder:
|
2019-08-01 11:12:42 +03:00
|
|
|
symbol: TW64(gn)
|
2019-05-01 01:58:06 +03:00
|
|
|
worker-type: b-win2012
|
2019-02-01 06:18:39 +03:00
|
|
|
worker:
|
|
|
|
max-run-time: 3600
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win32/gn-build.manifest"
|
|
|
|
run:
|
|
|
|
script: build-gn-win32.sh
|
|
|
|
toolchain-artifact: public/build/gn.tar.bz2
|