Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turns out using {{X}} in a global doesn't trigger interpolation. This resulted in files like the literal `{{CONSOLE_ROOT}}/foo/bar`, which don't exist, being used for dependency checks, triggering rebuilds on every invocation. In particular this would trigger proto rebuils and console rebuilds, the latter of which was quite time consuming :\
- Loading branch information