Skip to content
Snippets Groups Projects
Commit 5d1db0e9 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew-pull should build bottles.

parent 01a6daa4
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ HOMEBREW_REPOSITORY.cd do
formula = File.basename(filename, '.rb')
ohai "Installing #{formula}"
# Not sure if this is the best way to install?
safe_system 'brew', 'install', '--force', '--build-from-source', formula
safe_system 'brew', 'install', '--force', '--build-bottle', formula
end
end
end
......
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