Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit f20ca78

Browse files
committed
Set the make jobs when producing a release in Vagrant
1 parent 5c82838 commit f20ca78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace :build do
6161
sh "vagrant ssh -c 'rm -rf ~/libv8'"
6262
sh "vagrant ssh -c 'git clone /libv8/.git ~/libv8 --recursive'"
6363
sh "vagrant ssh -c 'cd ~/libv8 && bundle install --path vendor/bundle'"
64-
sh "vagrant ssh -c 'cd ~/libv8 && bundle exec rake binary'"
64+
sh "vagrant ssh -c 'cd ~/libv8 && MAKEFLAGS+=-j4 bundle exec rake binary'"
6565
sh "vagrant ssh -c 'cp ~/libv8/pkg/*.gem /vagrant'"
6666
sh "vagrant destroy"
6767
end

0 commit comments

Comments
 (0)