Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear the busy flag if GetEvergreenInfo() fails (#4461)
With a crosstool evergreen build, GetEvergreenInfo() is called before SetEvergreenInfo() because of the early call to SbLogRawDumpStack(3) to work around b/151118284. GetEvergreenInfo() doesn't currently release the g_busy flag after it finds invalid g_evergreen_info, and this prevents SetEvergreenInfo() from acquiring it later. b/369808307 Change-Id: Ibcfe894cf3c29be90d731a0fb934690df5b0e89a
- Loading branch information