Skip to content

Commit ef1fc97

Browse files
committed
Unset RUBYOPT to avoid Bundler leak platform-specific details
Bundler uses RUBYOPT to ensure child Ruby interpreter used uses the same Gemfile and interpreter. This affects the different versions of Ruby during cross-compilation. Of course, this needs to be solved by rake-compiler, but we can workaround this issue for the time being.
1 parent f969ff6 commit ef1fc97

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
@@ -20,4 +20,4 @@ rvm use $base_version
2020
bundle install
2121

2222
bundle exec rake clean
23-
bundle exec rake cross native gem RUBY_CC_VERSION=$cc_versions
23+
bundle exec rake cross native gem RUBY_CC_VERSION=$cc_versions RUBYOPT=

0 commit comments

Comments
 (0)