redox/recipes/wip/db/cockroachdb/recipe.toml
2026-01-03 15:44:34 -03:00

9 lines
298 B
TOML

#TODO missing script for Bazel
# build instructions: https://cockroachlabs.atlassian.net/wiki/spaces/CRDB/pages/181338446/Getting+and+building+CockroachDB+from+source
[source]
git = "https://github.com/cockroachdb/cockroach"
branch = "release-25.4"
shallow_clone = true
[build]
template = "custom"