Switching branches in the engine invalidates builds (RBE?)
Open
e: rbe
P3
team-engine
triaged-engine
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
## reproduction steps
```sh
git checkout foo
# build your target
git checkout bar
git reset --hard foo
# build your target
```
## observed behavior
The second build started from scratch.
## expected behavior
The second build should be the same hash as the last one I built. I would have expected the second build to be a noop.
Contributor guide
Assessment
This issue has not been assessed yet.