Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: use race-free AddNames instead of SetNames
Commits from parallel builds using `SetNames` removes `names` from storage for other builds. Use race-free atomic `AddNames` to prevent breaking of parallel builds. Signed-off-by: Aditya R <[email protected]>
- Loading branch information