Skip to content

Commit 8c3a9f6

Browse files
Drop workaround for shards makefile error (#303)
1 parent 5ae9b78 commit 8c3a9f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

linux/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ ARG musl_target
5050
RUN git clone https://github.com/crystal-lang/shards \
5151
&& cd shards \
5252
&& git checkout ${shards_version} \
53-
# FIXME: Remove this workaround for https://github.com/crystal-lang/crystal/issues/10861
54-
&& touch shard.lock \
5553
&& make SHARDS=false CRYSTAL=/crystal/bin/crystal \
5654
FLAGS="--stats --target ${musl_target} --static ${release:+--release}" \
5755
\

0 commit comments

Comments
 (0)