Skip to content
Snippets Groups Projects
Commit 45084588 authored by Max Howell's avatar Max Howell
Browse files

Include HEAD SHA with brew --config

parent 45a1a2ba
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,11 @@ def dump_config
Hardware.processor_count
end
llvm = llvm_build
sha = `git rev-parse --verify HEAD`.chomp
puts <<-EOS
HOMEBREW_VERSION: #{HOMEBREW_VERSION}
HEAD: #{sha}
HOMEBREW_PREFIX: #{HOMEBREW_PREFIX}
HOMEBREW_CELLAR: #{HOMEBREW_CELLAR}
HOMEBREW_CACHE: #{HOMEBREW_CACHE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment