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: "grcov 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
|
|
|
|
run:
|
|
|
|
script: build-grcov.sh
|
|
|
|
toolchain-artifact: public/build/grcov.tar.xz
|
2019-08-02 13:17:04 +03:00
|
|
|
fetches:
|
|
|
|
fetch:
|
|
|
|
- grcov
|
2019-02-01 06:19:47 +03:00
|
|
|
|
|
|
|
linux64-grcov:
|
|
|
|
treeherder:
|
|
|
|
symbol: TL(grcov)
|
2019-08-03 07:41:50 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
2020-02-11 01:15:27 +03:00
|
|
|
- linux64-rust-1.41
|
2019-02-01 06:18:39 +03:00
|
|
|
|
|
|
|
macosx64-grcov:
|
|
|
|
treeherder:
|
|
|
|
symbol: TM(grcov)
|
|
|
|
run-on-projects:
|
|
|
|
- trunk
|
|
|
|
- try
|
2019-08-03 07:41:50 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
2020-02-11 01:15:27 +03:00
|
|
|
- linux64-rust-1.41
|
2019-02-01 06:18:39 +03:00
|
|
|
|
|
|
|
win64-grcov:
|
|
|
|
treeherder:
|
|
|
|
symbol: TW64(grcov)
|
2019-05-01 01:58:06 +03:00
|
|
|
worker-type: b-win2012
|
2019-02-01 06:18:39 +03:00
|
|
|
worker:
|
|
|
|
env:
|
2019-08-06 05:00:09 +03:00
|
|
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/vs2017.manifest"
|
2019-02-01 06:18:39 +03:00
|
|
|
run:
|
|
|
|
toolchain-artifact: public/build/grcov.tar.bz2
|
2019-08-03 05:12:39 +03:00
|
|
|
resources:
|
|
|
|
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
2019-11-10 01:19:55 +03:00
|
|
|
tooltool-downloads: internal
|
2019-08-03 07:41:50 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
2020-02-11 01:15:27 +03:00
|
|
|
- win64-rust-1.41
|