Fix more bad dump_verbose_config references
Follow-up to c7edf9a063dce63afb9ab54b6d71fe864d578365 and related to changes from #168.
This commit is contained in:
parent
c7edf9a063
commit
4ea2f9dc91
@ -330,14 +330,14 @@ class BuildError < RuntimeError
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
require "cmd/config"
|
require "system_config"
|
||||||
require "build_environment"
|
require "build_environment"
|
||||||
|
|
||||||
ohai "Formula"
|
ohai "Formula"
|
||||||
puts "Tap: #{formula.tap}" if formula.tap?
|
puts "Tap: #{formula.tap}" if formula.tap?
|
||||||
puts "Path: #{formula.path}"
|
puts "Path: #{formula.path}"
|
||||||
ohai "Configuration"
|
ohai "Configuration"
|
||||||
Homebrew.dump_verbose_config
|
SystemConfig.dump_verbose_config
|
||||||
ohai "ENV"
|
ohai "ENV"
|
||||||
Homebrew.dump_build_env(env)
|
Homebrew.dump_build_env(env)
|
||||||
puts
|
puts
|
||||||
|
|||||||
@ -1482,12 +1482,12 @@ class Formula
|
|||||||
end
|
end
|
||||||
log.puts
|
log.puts
|
||||||
|
|
||||||
require "cmd/config"
|
require "system_config"
|
||||||
require "build_environment"
|
require "build_environment"
|
||||||
|
|
||||||
env = ENV.to_hash
|
env = ENV.to_hash
|
||||||
|
|
||||||
Homebrew.dump_verbose_config(log)
|
SystemConfig.dump_verbose_config(log)
|
||||||
log.puts
|
log.puts
|
||||||
Homebrew.dump_build_env(env, log)
|
Homebrew.dump_build_env(env, log)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user