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? |
Beta Was this translation helpful? Give feedback.
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
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.