Closed straight-shoota closed 3 years ago
The shard.lock recipe fails if SHARDS=false (i.e. building from scratch without a previously installed shards binary), we must skip $SHARDS update in that case.
shard.lock
SHARDS=false
shards
$SHARDS update
see https://github.com/crystal-lang/crystal/issues/10861
The
shard.lock
recipe fails ifSHARDS=false
(i.e. building from scratch without a previously installedshards
binary), we must skip$SHARDS update
in that case.see https://github.com/crystal-lang/crystal/issues/10861