Merge pull request #10026 from MikeMcQuaid/test-bot-build-from-source

manpage: test-bot: add --build-from-source.
This commit is contained in:
Mike McQuaid 2020-12-15 12:59:40 +00:00 committed by GitHub
commit 60ae3da4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -1564,6 +1564,8 @@ Only supports GitHub Actions as a CI provider. This is because Homebrew uses Git
Clean all state from the Homebrew directory. Use with care!
* `--skip-setup`:
Don't check if the local system is set up correctly.
* `--build-from-source`:
Build from source rather than building bottles.
* `--keep-old`:
Run `brew bottle --keep-old` to build new bottles for a single platform.
* `--skip-relocation`:

View File

@ -2181,6 +2181,10 @@ Clean all state from the Homebrew directory\. Use with care!
Don\'t check if the local system is set up correctly\.
.
.TP
\fB\-\-build\-from\-source\fR
Build from source rather than building bottles\.
.
.TP
\fB\-\-keep\-old\fR
Run \fBbrew bottle \-\-keep\-old\fR to build new bottles for a single platform\.
.