Skip to content

🚫 DEPRECATED 🚫 β€” use `brew install go` instead

License

Notifications You must be signed in to change notification settings

cockroachdb/homebrew-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Cockroach Go

🚫 DEPRECATED! 🚫

Our build system now compiles our C and C++ dependencies outside of cgo. This tap is no longer necessary and no longer yields a speedup over the standard Go toolchain. Please use the upstream Go toolchain instead:

$ brew uninstall cockroachdb/go/go
$ brew untap cockroachdb/go
$ brew install go

A Homebrew tap to install Cockroach Labs's patched version of Go. This currently includes the following patch:

  • parallelbuilds-go1.8.patch, which enables parallel compilation of cgo. This vastly speeds up a fresh compilation of CockroachDB, which compiles RocksDB via cgo.

This repository may ship additional patches in the future, or it may cease to exist entirely if patches are merged upstream.

Installation

With Homebrew installed, run:

$ brew install cockroachdb/go/go

If you've already installed Go via Homebrew, you'll be prompted to unlink it first. You can do so preemptively with brew unlink go.

About

🚫 DEPRECATED 🚫 β€” use `brew install go` instead

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages