This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Commit 1eb2c86
committed
Bug 1919640 - Avoid expensive check for changed files when bootstrapping. r=taskgraph-reviewers,jcristau
Loading the tasks for the toolchain kind doesn't trigger the
optimization passes that use files_changed, so we can just override the
parameter to avoid the defaults expensively trying to determine what
they are.
We also change the default parameters in gecko_taskgraph to apply the
same change as taskcluster/taskgraph#624.
Differential Revision: https://phabricator.services.mozilla.com/D2346281 parent 7e79162 commit 1eb2c86
File tree
2 files changed
+2
-2
lines changed- python/mozbuild/mozbuild
- taskcluster/gecko_taskgraph
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments