mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-20 05:05:38 +00:00
Add missing file
This commit is contained in:
parent
fc38bd13a6
commit
41385c5159
19
rust/chcache/CMakeLists.txt
Normal file
19
rust/chcache/CMakeLists.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
if (COMPILER_CACHE STREQUAL "chcache")
|
||||||
|
configure_file(".cargo/config.toml.in" ".cargo/config.toml" @ONLY)
|
||||||
|
|
||||||
|
corrosion_import_crate(
|
||||||
|
MANIFEST_PATH Cargo.toml
|
||||||
|
PROFILE release
|
||||||
|
LOCKED
|
||||||
|
FLAGS --offline
|
||||||
|
)
|
||||||
|
corrosion_set_env_vars(
|
||||||
|
chcache
|
||||||
|
RUSTFLAGS=
|
||||||
|
RUST_CFLAGS=
|
||||||
|
RUST_CXXFLAGS=
|
||||||
|
CFLAGS=
|
||||||
|
CXXFLAGS=
|
||||||
|
)
|
||||||
|
corrosion_set_hostbuild(chcache)
|
||||||
|
endif()
|
Loading…
Reference in New Issue
Block a user