crystal-lang / shards

Dependency manager for the Crystal language
Other
763 stars 100 forks source link

Concurrent installs fail with "Failed to clone" #551

Open jgillich opened 2 years ago

jgillich commented 2 years ago

Running shards install on different projects concurrently fails with 0.17: Failed to clone https://github.com/kemalcr/kemal.git 0.16: Locked version 1.1.2 for kemal was not found in git: https://github.com/kemalcr/kemal.git.

Repro: https://github.com/jgillich/shards-demo (main.cr spawns shards instances on all directories, see CI for result)

jgillich commented 2 years ago

547 looks related. Git issue?