mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
9 lines
256 B
TOML
9 lines
256 B
TOML
#TODO missing script for gnu make
|
|
# build instructions: https://pingcap.github.io/tidb-dev-guide/get-started/build-tidb-from-source.html#build
|
|
[source]
|
|
git = "https://github.com/pingcap/tidb"
|
|
rev = "v8.5.4"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|