From e077bfe6555f0e7ab10bf1f52f815e57607d040e Mon Sep 17 00:00:00 2001 From: Justin Baugh Date: Thu, 20 Jul 2017 11:57:43 -0400 Subject: Address rubocop issues --- docs/FAQ.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/FAQ.md') diff --git a/docs/FAQ.md b/docs/FAQ.md index 4fe11530e..5dafaac19 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -89,16 +89,11 @@ following conditions: will use a bottled version of the formula, but `brew install --enable-bar` will trigger a source build. * The `--build-from-source` option is invoked. -* The environment variable `HOMEBREW_BUILD_FROM_SOURCE` is set. * The machine is not running a supported version of macOS as all bottled builds are generated only for supported macOS versions. * Homebrew is installed to a prefix other than the standard `/usr/local` (although some bottles support this). -In order to completely disable bottled builds, simply add a value for -the environment variable `HOMEBREW_BUILD_FROM_SOURCE` to -your profile. - We aim to bottle everything. ## How do I get a formula from someone else’s branch? -- cgit v1.2.3 From 2899132e522b604a1bebfb67eaefbc1145c5b86b Mon Sep 17 00:00:00 2001 From: Justin Baugh Date: Thu, 20 Jul 2017 14:46:35 -0400 Subject: Update FAQ to indicate HOMEBREW_BUILD_FROM_SOURCE can still be set --- docs/FAQ.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/FAQ.md') diff --git a/docs/FAQ.md b/docs/FAQ.md index 5dafaac19..23f53d54c 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -89,6 +89,8 @@ following conditions: will use a bottled version of the formula, but `brew install --enable-bar` will trigger a source build. * The `--build-from-source` option is invoked. +* The environment variable `HOMEBREW_BUILD_FROM_SOURCE` is set +(intended for developers only). * The machine is not running a supported version of macOS as all bottled builds are generated only for supported macOS versions. * Homebrew is installed to a prefix other than the standard -- cgit v1.2.3