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:
parent
2aa56748c4
commit
af463a0535
@ -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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user