We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65a638 commit 5c81879Copy full SHA for 5c81879
Formula/b/[email protected]
@@ -32,9 +32,12 @@ class BazelAT7 < Formula
32
uses_from_macos "zip"
33
34
on_linux do
35
+ # We use a workaround to prevent modification of the `bazel-real` binary
36
+ # but this means brew cannot rewrite paths for non-default prefix
37
+ on_arm do
38
+ pour_bottle? only_if: :default_prefix
39
+ end
40
on_intel do
- # We use a workaround to prevent modification of the `bazel-real` binary
- # but this means brew cannot rewrite paths for non-default prefix
41
pour_bottle? only_if: :default_prefix
42
end
43
0 commit comments