Skip to content

Commit

Permalink
Drop workaround for shards makefile error (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed May 3, 2024
1 parent 5ae9b78 commit 8c3a9f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ ARG musl_target
RUN git clone https://github.com/crystal-lang/shards \
&& cd shards \
&& git checkout ${shards_version} \
# FIXME: Remove this workaround for https://github.com/crystal-lang/crystal/issues/10861
&& touch shard.lock \
&& make SHARDS=false CRYSTAL=/crystal/bin/crystal \
FLAGS="--stats --target ${musl_target} --static ${release:+--release}" \
\
Expand Down

0 comments on commit 8c3a9f6

Please sign in to comment.