Merge pull request #5748 from MikeMcQuaid/bottle-arch

cmd/install: add --bottle-arch.
This commit is contained in:
Mike McQuaid 2019-02-16 09:44:43 +00:00 committed by GitHub
commit e81f84b109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -64,6 +64,9 @@ module Homebrew
description: "Don't delete the temporary files created during installation."
switch "--build-bottle",
description: "Prepare the formula for eventual bottling during installation."
switch "--bottle-arch=",
description: "Optimise bottles for the given architecture rather than the oldest "\
"architecture supported by the version of macOS the bottles are built on."
switch :force,
description: "Install without checking for previously installed keg-only or "\
"non-migrated versions."

View File

@ -245,6 +245,8 @@ Unless `HOMEBREW_NO_INSTALL_CLEANUP` is set, `brew cleanup` will be run for the
Don't delete the temporary files created during installation.
* `--build-bottle`:
Prepare the formula for eventual bottling during installation.
* `--bottle-arch`:
Optimise bottles for the given architecture rather than the oldest architecture supported by the version of macOS the bottles are built on.
* `--display-times`:
Print install times for each formula at the end of the run.
* `-i`, `--interactive`:

View File

@ -315,6 +315,10 @@ Don\'t delete the temporary files created during installation\.
Prepare the formula for eventual bottling during installation\.
.
.TP
\fB\-\-bottle\-arch\fR
Optimise bottles for the given architecture rather than the oldest architecture supported by the version of macOS the bottles are built on\.
.
.TP
\fB\-\-display\-times\fR
Print install times for each formula at the end of the run\.
.