Skip to content

Commit 6a032d0

Browse files
Workaround for shards makefile error (#103)
1 parent 400b6e6 commit 6a032d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

linux/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ ARG musl_target
8888
RUN git clone https://github.com/crystal-lang/shards \
8989
&& cd shards \
9090
&& git checkout ${shards_version} \
91+
# FIXME: Remove this workaround for https://github.com/crystal-lang/crystal/issues/10861
92+
&& touch shard.lock \
9193
&& make SHARDS=false CRYSTAL=/crystal/bin/crystal \
9294
FLAGS="--stats --target ${musl_target} --static ${release:+--release}" \
9395
\

0 commit comments

Comments
 (0)