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
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
..
bundler Sync RubyGems & Bundler with upstream repo 2022-06-24 10:52:02 +09:00
cache
commands [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
install [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
lock Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5 2022-04-28 19:08:49 +09:00
other
plugins
realworld [rubygems/rubygems] Don't on gemspecs with invalid require_paths, just warn 2022-06-12 02:02:20 +09:00
resolver
runtime [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
support [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
update
quality_es_spec.rb
quality_spec.rb
spec_helper.rb [rubygems/rubygems] Unset ENV set by official Ruby docker images 2022-06-17 17:05:52 +09:00