cockroachdb / homebrew-tap

`brew install cockroachdb/tap/cockroach`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew tap does not work with Big Sur macOS 11.0

willbuckner opened this issue · comments

$ brew tap cockroachdb/tap
$ brew install cockroach
Warning: You are using macOS 11.0.
We do not provide support for this released but not yet supported version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or any other official channels. You are responsible for
resolving any issues you experience while you are running this
released but not yet supported version.

==> Installing cockroach from cockroachdb/tap
==> Downloading https://binaries.cockroachdb.com/cockroach-v20.2.0.darwin-10.9-amd64.tgz
Already downloaded: /Users/will/Library/Caches/Homebrew/downloads/d1157092aa4b382fa86ac3e6a27e6df9c144cefbbdd975411e3e70ca41997ae1--cockroach-v20.2.0.darwin-10.9-amd64.tgz
Error: Your CLT does not support macOS 11.0.
It is either outdated or was modified.
Please update your CLT or delete it if no updates are available.
Error: An exception occurred within a child process:
  SystemExit: exit
$

This is with CLT Xcode 12.2 (12B45b) and other homebrew installations are working. I know Big Sur is new and the message says Please create pull requests instead of asking for help on Homebrew's GitHub,, but I'm not familiar enough to create a PR for this, and figured it would be good to have an issue to track this :) Thanks!

This should help! #55 (comment)

Thanks @benesch, indeed it did :) Sorry for the noise!