Skip to content

Commit dd8360e

Browse files
committed
Cross build platform specific gem only
This is according to the rake-compiler-dock README: https://github.com/rake-compiler/rake-compiler-dock#run-builds-in-parallel
1 parent 80093b9 commit dd8360e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ end
291291
RakeCompilerDock.sh <<-EOT, platform: platform
292292
(cp build/gem/gem-*.pem ~/.gem/ || true) &&
293293
bundle install --local &&
294-
rake native:#{platform} gem MAKE="make -j`nproc`"
294+
rake native:#{platform} pkg/#{$hoespec.spec.full_name}-#{platform}.gem MAKE="make -j`nproc`"
295295
EOT
296296
end
297297
desc "Build the windows binary gems"

0 commit comments

Comments
 (0)