Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions bin/prepare_xrubies
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ cd '/vagrant'
rvm all do gem install rake-compiler -v "~> 0.9.5"
rvm all do gem install bundler -v "~> 1.9.9"

# Use just one CPU for building 1.8.7 and 1.9.3
# Use just one CPU for building 1.9.3
export MAKE="make"

# Build 1.8.7 with mingw32 compiler (GCC 4.2)
rvm use 1.8.7-p374
rake-compiler cross-ruby VERSION=1.8.7-p374 HOST=i586-mingw32msvc

# Build 1.9.3 using 1.9.3 as base
rvm use 1.9.3
rake-compiler cross-ruby VERSION=1.9.3-p551 HOST=i586-mingw32msvc
Expand Down
1 change: 0 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ fi

# install rubies
$as_vagrant 'rvm install jruby'
$as_vagrant 'rvm install 1.8.7-p374'
$as_vagrant 'rvm install 1.9.3'
$as_vagrant 'rvm install 2.0.0'
$as_vagrant 'rvm install 2.1'
Expand Down
1 change: 0 additions & 1 deletion sample_gem/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ require "rake/clean"

CLEAN.include(
"tmp",
"lib/1.8",
"lib/1.9",
"lib/2.0",
"lib/2.1",
Expand Down