manpage: test-bot: add --build-from-source.

Needed due to https://github.com/Homebrew/homebrew-test-bot/pull/538
This commit is contained in:
Mike McQuaid 2020-12-15 12:20:20 +00:00
parent eab2ba852a
commit bf4c5f6d33
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
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! Clean all state from the Homebrew directory. Use with care!
* `--skip-setup`: * `--skip-setup`:
Don't check if the local system is set up correctly. Don't check if the local system is set up correctly.
* `--build-from-source`:
Build from source rather than building bottles.
* `--keep-old`: * `--keep-old`:
Run `brew bottle --keep-old` to build new bottles for a single platform. Run `brew bottle --keep-old` to build new bottles for a single platform.
* `--skip-relocation`: * `--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\. Don\'t check if the local system is set up correctly\.
. .
.TP .TP
\fB\-\-build\-from\-source\fR
Build from source rather than building bottles\.
.
.TP
\fB\-\-keep\-old\fR \fB\-\-keep\-old\fR
Run \fBbrew bottle \-\-keep\-old\fR to build new bottles for a single platform\. Run \fBbrew bottle \-\-keep\-old\fR to build new bottles for a single platform\.
. .