Skip to content

Commit

Permalink
bazel 8.0.0
Browse files Browse the repository at this point in the history
bazel: add build patch
  • Loading branch information
BrewTestBot authored and bevanjkay committed Jan 7, 2025
1 parent 44fd1f8 commit f5ff9ef
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Formula/b/bazel.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Bazel < Formula
desc "Google's own build tool"
homepage "https://bazel.build/"
url "https://github.com/bazelbuild/bazel/releases/download/7.4.1/bazel-7.4.1-dist.zip"
sha256 "83386618bc489f4da36266ef2620ec64a526c686cf07041332caff7c953afaf5"
url "https://github.com/bazelbuild/bazel/releases/download/8.0.0/bazel-8.0.0-dist.zip"
sha256 "201dbe0f8c0fedd4e650f30e5b7b813a4c09c1249a0f207133b74d2c5af99fce"
license "Apache-2.0"

livecheck do
Expand All @@ -27,6 +27,12 @@ class Bazel < Formula

conflicts_with "bazelisk", because: "Bazelisk replaces the bazel binary"

# upstream ref: https://github.com/bazelbuild/bazel/pull/24852
patch do
url "https://github.com/bazelbuild/bazel/commit/34be0f00bd40887744321a9a153b690e9efe98cd.patch?full_index=1"
sha256 "e64704dcdf26723d3bd80319019b73916e209dd41dc0ce674fbe119051173c92"
end

def install

Check warning on line 36 in Formula/b/bazel.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle bazel` failed on Linux!

::error::bazel 8.0.0 did not build

Check failure on line 36 in Formula/b/bazel.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle bazel` failed on macOS Sequoia (15) on Apple Silicon!

::error::bazel 8.0.0 did not build

Check failure on line 36 in Formula/b/bazel.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle bazel` failed on macOS Sonoma (14) on Apple Silicon!

::error::bazel 8.0.0 did not build

Check failure on line 36 in Formula/b/bazel.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --formula --build-bottle bazel` failed on macOS Ventura (13) on Apple Silicon!

::error::bazel 8.0.0 did not build

Check failure on line 36 in Formula/b/bazel.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew install --verbose --formula --build-bottle bazel` failed on macOS Sonoma (14)!

::error::bazel 8.0.0 did not build
ENV["EMBED_LABEL"] = "#{version}-homebrew"
# Force Bazel ./compile.sh to put its temporary files in the buildpath
Expand Down

0 comments on commit f5ff9ef

Please sign in to comment.