mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Remove vulcan as it's breaking the Rubinius build
This commit is contained in:
parent
6191ac41c0
commit
de07c1b134
2 changed files with 0 additions and 8 deletions
7
Rakefile
7
Rakefile
|
@ -77,12 +77,5 @@ task :clean do
|
|||
sh "cd #{GYP_Source} && git checkout -f && git clean -dxf"
|
||||
end
|
||||
|
||||
desc "build a binary on heroku (you must have vulcan configured for this)"
|
||||
task :vulcan => directory("tmp/vulcan") do
|
||||
Dir.chdir('tmp/vulcan') do
|
||||
sh "vulcan build -v -c 'LANG=en_US.UTF-8 export BIN=/`pwd`/bin && export GEM=$BIN/gem && curl https://s3.amazonaws.com/heroku-buildpack-ruby/ruby-1.9.3.tgz > ruby-1.9.3.tgz && tar xf ruby-1.9.3.tgz && cd /tmp && $GEM fetch libv8 --platform=ruby --version=#{Libv8::VERSION} && $GEM unpack libv8*.gem && $GEM install bundler -n $BIN --no-ri --no-rdoc && cd libv8-#{Libv8::VERSION} && $BIN/bundle && $BIN/bundle exec rake binary' -p /tmp/libv8-#{Libv8::VERSION}"
|
||||
end
|
||||
end
|
||||
|
||||
task :default => [:checkout, :compile, :spec]
|
||||
task :build => [:clean, :checkout]
|
||||
|
|
|
@ -33,5 +33,4 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency "rspec"
|
||||
s.add_development_dependency "rspec-spies"
|
||||
s.add_development_dependency "rubysl", "~> 2.0" if RUBY_ENGINE == "rbx"
|
||||
s.add_development_dependency "vulcan"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue