Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: use race-free AddNames instead of SetNames #1480

Merged
merged 2 commits into from Mar 2, 2022

Commits on Mar 1, 2022

  1. vendor: bump c/storage to main/d06b0f8

    Bump c/storage to main/d06b0f8 so we can use new race-free `AddNames`
    instead of `SetNames`
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Mar 1, 2022
    Copy the full SHA
    b3de57c View commit details
    Browse the repository at this point in the history
  2. 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 <arajan@redhat.com>
    flouthoc committed Mar 1, 2022
    Copy the full SHA
    9bba201 View commit details
    Browse the repository at this point in the history