Commit 9d331b9
Fix NPE in RemoteConfiguredTargetValue after discarding cache.
Override `isCleared()` in `RemoteConfiguredTargetValue` to correctly report
when the remote configured target has been cleared. This allows
`SkyframeExecutor.dropConfiguredTargetsNow` to drop these cleared nodes
at the start of a build rather than reusing them as `DONE` nodes with a
null `configuredTarget`, which leads to NullPointerException.
PiperOrigin-RevId: 934090115
Change-Id: I5b249b247fee445508b256d2cf4f5be283eba15a1 parent 872d8ce commit 9d331b9
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
0 commit comments