Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit d4d63bb

Browse files
committed
Don't set HOMEBREW_BUILD_BOTTLE.
This stops Homebrew's bottles from ever being used and `post_install` blocks from being run when Homebrew is run by Boxen. If Boxen maintainers want to build bottles they can/should manually set this variable themselves.
1 parent 4b19cf2 commit d4d63bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/puppet/provider/package/homebrew.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def command_opts
189189
"PATH" => "#{self.class.home}/bin:/usr/bin:/usr/sbin:/bin:/sbin",
190190
"BOXEN_HOMEBREW_BOTTLE_URL" => bottle_url,
191191
"HOMEBREW_CACHE" => self.class.cache,
192-
"HOMEBREW_BUILD_BOTTLE" => "1"
193192
},
194193
:failonfail => true,
195194
:uid => default_user

0 commit comments

Comments
 (0)