Skip to content

Commit

Permalink
formula_installer: never build dependency bottles.
Browse files Browse the repository at this point in the history
This also helpfully avoids always building all dependencies from source
when passing `--build-bottle` or forcing all bottles when passing
`--force-bottle`.
  • Loading branch information
MikeMcQuaid committed Jul 31, 2017
1 parent 2aa5674 commit af463a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/formula_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,8 @@ def install_dependency(dep, inherited_options)
fi.options |= inherited_options
fi.options &= df.options
fi.build_from_source = ARGV.build_formula_from_source?(df)
fi.build_bottle = false
fi.force_bottle = false
fi.verbose = verbose?
fi.quieter = quieter?
fi.debug = debug?
Expand Down

0 comments on commit af463a0

Please sign in to comment.