1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler/install
David Rodríguez a782d76fbe [rubygems/rubygems] Fix pending Bundler specs
When testing under the ruby/ruby setup, mkmf.rb needs to the `$extout`
global variable set properly.

This is because, in this particular case, the `ruby.h` header needed to
compile extensions is constructed from
`$(extout)/include($arch)/ruby/config.h` but `$extout` is not set by
default.

I tried to fix this in mkmf.rb itself but I couldn't figure it. But
setting it externally to workaround the issue fixes the specs, so I'll
start with that. Also setting it externally causes issues when running
specs upstream against Ruby 2.3 (I guess because of some difference with
Ruby 2.3 mkmf.rb implementation). So I'm avoiding doing it on Ruby 2.3 to
woraround that.

https://github.com/rubygems/rubygems/commit/d782984585
2022-06-26 11:16:11 +09:00
..
gemfile [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
gems [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
allow_offline_install_spec.rb
binstubs_spec.rb
bundler_spec.rb
deploy_spec.rb [rubygems/rubygems] Ignore dependencies not actually locked from frozen check 2021-12-10 19:09:55 +09:00
failure_spec.rb
gemfile_spec.rb
gemspecs_spec.rb [rubygems/rubygems] Make spec more realistic 2021-10-13 16:21:41 +09:00
git_spec.rb
global_cache_spec.rb [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
path_spec.rb [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
prereleases_spec.rb
process_lock_spec.rb [rubygems/rubygems] Ignore Errno::EROFS errors when creating bundler.lock 2022-05-30 00:27:43 +09:00
redownload_spec.rb
security_policy_spec.rb
yanked_spec.rb [rubygems/rubygems] Tweak negative expectations 2022-05-11 16:55:48 +09:00