Bug 1306650 - part 16 - make the toolchain builds also depend on their taskcluster transforms; r=dustin

This seems like something that the in-tree taskcluster infrastructure
ought to be able to handle, but in the absence of that functionality,
this is the next best option.
This commit is contained in:
Nathan Froyd 2016-11-04 20:24:38 -04:00
parent 8742cf38dc
commit 2beeb3efa6
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ linux64-clang/opt:
files-changed:
- 'build/build-clang/**'
- 'taskcluster/scripts/misc/build-clang-linux.sh'
- 'taskcluster/taskgraph/transforms/job/toolchain.py'
linux64-gcc/opt:
description: "GCC toolchain build"
@ -41,6 +42,7 @@ linux64-gcc/opt:
files-changed:
- 'build/unix/build-gcc/**'
- 'taskcluster/scripts/misc/build-gcc-linux.sh'
- 'taskcluster/taskgraph/transforms/job/toolchain.py'
linux64-binutils/opt:
description: "Binutils toolchain build"
@ -61,3 +63,4 @@ linux64-binutils/opt:
files-changed:
- 'build/unix/build-binutils/**'
- 'taskcluster/scripts/misc/build-binutils-linux.sh'
- 'taskcluster/taskgraph/transforms/job/toolchain.py'

View File

@ -20,3 +20,4 @@ win32-clang-cl/opt:
files-changed:
- 'build/build-clang/**'
- 'taskcluster/scripts/misc/build-clang-windows.sh'
- 'taskcluster/taskgraph/transforms/job/toolchain.py'