Skip to content

Commit a5b8c96

Browse files
committed
Be specific about base version to be used
Toa void issues with `1.8.7-head` (that is triggered by RVM), we should be locking the version used for base to match the one installed.
1 parent e6d5e10 commit a5b8c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bin/package_win32_fat_binary‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd '/vagrant'
1212
# passed in path of gem to be cross-compiled
1313
cd$1
1414

15-
base_version=${BASE_VERSION:-1.8.7}
15+
base_version=${BASE_VERSION:-1.8.7-p374}
1616
cc_versions=${RUBY_CC_VERSION:-1.8.7:1.9.3:2.0.0:2.1.3}
1717

1818
# need to use 1.8.7 for fat-binaries (1.9.3 can't cross-build 1.8.7)

0 commit comments

Comments
(0)