mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
17 lines
475 B
TOML
17 lines
475 B
TOML
#TODO not compiled or tested
|
|
#TODO missing dependencies: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md#dependencies
|
|
# build instructions: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md
|
|
[source]
|
|
tar = "https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DENABLE_TESTING=OFF",
|
|
"-DREDIS_STORAGE_BACKEND=OFF",
|
|
]
|
|
dependencies = [
|
|
"libfmt",
|
|
"xxhash",
|
|
"zstd",
|
|
]
|