You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rush v5.139.0 breaks incremental building, at least in our project setup. On and above that version, every rush build rebuilds all packages, regardless of changes on the filesystem. On v5.138.0 and below, incremental builds work as expected. We are not using the build cache.
Summary
Rush v5.139.0 breaks incremental building, at least in our project setup. On and above that version, every rush build rebuilds all packages, regardless of changes on the filesystem. On v5.138.0 and below, incremental builds work as expected. We are not using the build cache.
Similar to #4394, but not quite the same.
Repro steps
rush update && rush build && rush build
, builds are cached 🙂rush update && rush build && rush build
, all packages rebuilt 🙁Details
We are not using the build cache and there are no project-specific
rush-project.json
files.rush --debug build
showsIncremental strategy: output preservation
.This is happening on a private repo, but I'm happy to provide more information if needed.
Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/rush
globally installed version?rushVersion
from rush.json?useWorkspaces
from rush.json?node -v
)?The text was updated successfully, but these errors were encountered: