We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae9b78 commit 8c3a9f6Copy full SHA for 8c3a9f6
linux/Dockerfile
@@ -50,8 +50,6 @@ ARG musl_target
50
RUN git clone https://github.com/crystal-lang/shards \
51
&& cd shards \
52
&& git checkout ${shards_version} \
53
- # FIXME: Remove this workaround for https://github.com/crystal-lang/crystal/issues/10861
54
- && touch shard.lock \
55
&& make SHARDS=false CRYSTAL=/crystal/bin/crystal \
56
FLAGS="--stats --target ${musl_target} --static ${release:+--release}" \
57
\
0 commit comments