formula_installer: never build dependency bottles.

This also helpfully avoids always building all dependencies from source
when passing `--build-bottle` or forcing all bottles when passing
`--force-bottle`.
This commit is contained in:
Mike McQuaid 2017-07-31 10:36:08 +01:00
parent 2aa56748c4
commit af463a0535

View File

@ -543,6 +543,8 @@ class FormulaInstaller
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?