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 400b6e6 commit 6a032d0Copy full SHA for 6a032d0
linux/Dockerfile
@@ -88,6 +88,8 @@ ARG musl_target
88
RUN git clone https://github.com/crystal-lang/shards \
89
&& cd shards \
90
&& git checkout ${shards_version} \
91
+ # FIXME: Remove this workaround for https://github.com/crystal-lang/crystal/issues/10861
92
+ && touch shard.lock \
93
&& make SHARDS=false CRYSTAL=/crystal/bin/crystal \
94
FLAGS="--stats --target ${musl_target} --static ${release:+--release}" \
95
\
0 commit comments