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

Conflicting shard name #136

Open
rmarronnier opened this issue Sep 20, 2023 · 1 comment
Open

Conflicting shard name #136

rmarronnier opened this issue Sep 20, 2023 · 1 comment

Comments

@rmarronnier
Copy link

cable-cr/cable#74 brought me here :
The following shard.yml triggers an error :

dependencies:
  redis:
    github: jgaskins/redis
  mosquito:
    github: hugopl/sidekiq.cr

Because the sidekiq shard has

dependencies:
  redis:
    github: stefanwille/crystal-redis
    version: ">= 2.6"

One solution would be to change the name redis to something else in

name: redis

I'm posting the 'mirror' issue in https://github.com/jgaskins/redis

@AroSwift
Copy link

I can confirm this issue as of today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants