mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
14 lines
327 B
TOML
14 lines
327 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://clickhouse.com/docs/en/development/build#how-to-build-clickhouse-on-any-linux
|
|
[source]
|
|
git = "https://github.com/ClickHouse/ClickHouse"
|
|
rev = "v25.10.2.65-stable"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"curl",
|
|
"openssl3",
|
|
"xz",
|
|
]
|