mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
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:
parent
8742cf38dc
commit
2beeb3efa6
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user