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 cf75ba1 commit fe434f3Copy full SHA for fe434f3
Rakefile
@@ -74,7 +74,9 @@ namespace :repackage do
74
desc '* with Windows fat distributions'
75
task :all do
76
Dir.chdir(__dir__) do
77
+ # store gems in vendor cache for docker
78
sh 'bundle package'
79
+
80
# needed only if the jar is built outside of docker
81
Rake::Task['lib/concurrent/concurrent_ruby.jar'].invoke
82
RakeCompilerDock.exec 'support/cross_building.sh'
0 commit comments