Skip to content

Commit

Permalink
Enable somewhat more debug output in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 2, 2023
1 parent f19a086 commit db23ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/rcd_test/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace "gem" do
RakeCompilerDock.sh <<-EOT, platform: plat, mountdir: Dir.pwd + "/../.."
(cp tmp/gem/gem-*.pem ~/.gem/ || true) &&
bundle --local &&
rake native:#{plat} pkg/#{exttask.gem_spec.full_name}-#{plat}.gem #{config}
rake native:#{plat} pkg/#{exttask.gem_spec.full_name}-#{plat}.gem "MAKE=make V=1" #{config}
EOT
end
end
Expand Down
2 changes: 2 additions & 0 deletions test/rcd_test/ext/mri/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
puts "-"*70
puts "CONFIG['arch']: #{CONFIG['arch'].inspect}"
puts "CONFIG['sitearch']: #{CONFIG['sitearch'].inspect}"
puts "CONFIG['host']: #{CONFIG['host'].inspect}"
puts "CONFIG['RUBY_SO_NAME']: #{CONFIG['RUBY_SO_NAME'].inspect}"
puts "RUBY_PLATFORM: #{RUBY_PLATFORM.inspect}"
puts "Gem::Platform.local.to_s: #{Gem::Platform.local.to_s.inspect}"
puts "cc --version: #{ %x[#{CONFIG['CC']} --version].lines.first}"
puts "-"*70

have_func('rb_thread_call_without_gvl', 'ruby/thread.h') ||
Expand Down

0 comments on commit db23ffd

Please sign in to comment.