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/support
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
..
artifice Merge rubygems/rubygems HEAD. 2022-01-19 15:01:44 +09:00
api_request_limit_hax.rb
build_metadata.rb
builders.rb [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
bundle.rb
command_execution.rb
filters.rb Merge RubyGems-3.3.0 and Bundler-2.3.0 2021-12-21 15:27:05 +09:00
hax.rb Sync latest Bundler & RubyGems 2022-02-01 08:09:23 +09:00
helpers.rb [rubygems/rubygems] Fix error message on metadata mismatches 2022-05-11 16:55:49 +09:00
indexes.rb [rubygems/rubygems] Improve sources representation 2021-12-03 20:00:50 +09:00
matchers.rb [rubygems/rubygems] Fix bundle package --no-install no longer skipping install 2022-06-23 18:17:08 +09:00
path.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
permissions.rb
platforms.rb [ruby/rubygems] Get specs green on arm64-darwin-20 2021-10-11 00:23:54 +09:00
rubygems_ext.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
rubygems_version_manager.rb [rubygems/rubygems] Check not having load system features also for successful runs 2021-11-25 04:02:21 +09:00
silent_logger.rb
sudo.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
switch_rubygems.rb
the_bundle.rb