homebrew-tap icon indicating copy to clipboard operation
homebrew-tap copied to clipboard

This repository contains a collection of Homebrew (aka, Brew) "formulae" for Bazel

Results 10 homebrew-tap issues
Sort by recently updated
recently updated
newest added

I have the error below trying to install bazel version 6.1.0. I have a MacBook Pro running 13.4 on M1. ``` 15:40 $ brew tap bazelbuild/tap 15:40 $ brew extract...

With the formulae being migrated to homebrew-core, this repository will be eventually archived. Migration of last formula tracked here: https://github.com/bazelbuild/bazel-watcher/issues/533

I am using a little old version of mediapipe. I already made an app by using this plugin on Windows and Android. I am going to build ios framework for...

It looks like the Brew formula doesn't support Apple Silicon even though there is a [viable build](https://github.com/bazelbuild/bazel-watcher/pull/496) now. @mistic @achew22, is updating this on your radar already?

I read #39 and it's useful. But we could support different versions. [I read the documentation](https://docs.brew.sh/Versions) and we will need to duplicate some files but it could be useful. I...

I am trying to install Bazel. I have successfully installed Bazel many times with this command. My CI started failing yesterday. It seems the OpenJDK is no longer at this...

Please help! Following is the error messages from the screen: tsung@yoda:verible$ brew install bazelbuild/tap/bazel ==> Installing bazel from bazelbuild/tap ==> Downloading https://releases.bazel.build/3.0.0/release/bazel-3.0.0-installer-darwin-x86_64.sh ######################################################################## 100.0% ==> ./bazel-3.0.0-installer-darwin-x86_64.sh --prefix=/tmp/bazel-20200417-5893-d156a8 Last 15 lines...

Users have reported that downloads from https://releases.bazel.build became inaccessible from China: https://github.com/bazelbuild/bazel/pull/11403 Verified using https://www.websitepulse.com/tools/china-firewall-test that downloads from github should work (and downloads from releases.bazel.build don't).

Resolves issue #10. Might want to refactor a tiny bit so that upgrading the release candidate means only changing the version string and not the url.

Brew supports installing unstable versions using a devel block (activated with `brew install --devel`). Would you accept a pull request that adds support for installing release candidates of Bazel with...