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 c8495fb commit cb8f2c5Copy full SHA for cb8f2c5
linux/Dockerfile
@@ -94,7 +94,7 @@ ARG musl_target
94
RUN git clone https://github.com/crystal-lang/shards \
95
&& cd shards \
96
&& git checkout ${shards_version} \
97
- && shards install --production \
+ && make lib \
98
\
99
&& /crystal/bin/crystal build --stats --target ${musl_target} \
100
./src/shards.cr -o shards --static ${release:+--release} \
omnibus/config/software/shards.rb
@@ -36,7 +36,7 @@
36
env = with_standard_compiler_flags(with_embedded_path)
37
38
build do
39
- command "#{Dir.pwd}/shards-#{ohai['os']}-#{ohai['kernel']['machine']} install --production", env: env
+ command "make lib", env: env
40
41
command "#{install_dir}/bin/crystal" \
42
" build" \
0 commit comments