Bug 1569231: Add better dependencies for in-tree toolchain tasks; r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D39526

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Prince 2019-07-26 22:07:15 +00:00
Родитель 81e3921280
Коммит fe18b3db4d
2 изменённых файлов: 15 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,17 @@ job-defaults:
script: build-minidump-stackwalk.sh
sparse-profile: null
resources:
- 'build/moz.configure'
- 'config/external/zlib'
- 'mfbt'
- 'moz.configure'
- 'taskcluster/scripts/misc/tooltool-download.sh'
- 'testing/tools/fileid'
- 'toolkit/crashreporter'
- 'toolkit/crashreporter/google-breakpad/src/common'
- 'toolkit/crashreporter/google-breakpad/src/processor'
- 'toolkit/crashreporter/rust'
- 'tools/crashreporter/'
toolchain-artifact: public/build/minidump_stackwalk.tar.xz
run-on-projects:
- trunk

Просмотреть файл

@ -82,10 +82,14 @@ linux64-mar-tools:
sparse-profile: null
toolchain-artifact: public/build/mar-tools.tar.xz
resources:
- build/moz.configure
- mfbt
- modules/libmar/
- other-licenses/nsis/Contrib/CityHash/cityhash/
- moz.configure
- other-licenses/bsdiff/
- other-licenses/nsis/Contrib/CityHash/cityhash/
- toolkit/mozapps/update/updater/bspatch/
- tools/update-packaging/
linux64-tup:
description: "tup toolchain build"