From bf4c5f6d338a8f560c903d139adb5d641b1e020e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 15 Dec 2020 12:20:20 +0000 Subject: [PATCH] manpage: test-bot: add --build-from-source. Needed due to https://github.com/Homebrew/homebrew-test-bot/pull/538 --- docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/Manpage.md b/docs/Manpage.md index badc2bb98f..4be8d59572 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -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`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 27997ee300..bd2ddc37af 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -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\. .