How do I compile the latest version of CockroachDB on Linux locally without relying on the Bazel build system? #147042
|
As the title suggests, I hope to build CockroachDB without installing Bazel. Is there a systematic solution? |
Replies: 3 comments 2 replies
|
Same problem, I'm running go generate . /... I'm getting tons of ‘undefined’ errors and problems finding scripts, I think the problem with not finding bash scripts is due to wrong relative paths |
|
emm, I have the same problem, bazel build system is It's too complicated and not lightweight enough, hopefully a CMake/configure script can be provided, just like MySQL/PostgreSQL |
|
Bazel is the only supported build system starting with v23.2. It's extremely unlikely that we'll provide any other way to build CockroachDB in the foreseeable future. Please take a look at the wiki for contributors for some more information, e.g. https://cockroachlabs.atlassian.net/wiki/spaces/CRDB/pages/181338446/Getting+and+building+CockroachDB+from+source. |
Bazel is the only supported build system starting with v23.2. It's extremely unlikely that we'll provide any other way to build CockroachDB in the foreseeable future. Please take a look at the wiki for contributors for some more information, e.g. https://cockroachlabs.atlassian.net/wiki/spaces/CRDB/pages/181338446/Getting+and+building+CockroachDB+from+source.