flutter / flutter/flutter

Switching branches in the engine invalidates builds (RBE?)

Open
#148,490 7 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.