ClickHouse/rust
Azat Khuzhin 89c071e291 Build rust modules from the binary directory
Our crates has configuration files:
- config for cargo (see config.toml.in)
- and possibly config for build (build.rs.in)

Previously it uses source directory, and it will overrides files in the
source directory, which will require recompile of crates in case of
multiple builds for one source directory.

To avoid overlaps different builds for one source directory, crate will
be copied from source directory to the binary directory.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-30 18:15:41 +01:00
..
.cargo Configure rustc compiler properly 2022-12-14 20:57:29 +01:00
BLAKE3 rust: fix buidling modules with CMAKE_BUILD_TYPE in a different case 2022-12-14 20:58:34 +01:00
skim Merge pull request #44623 from azat/build/rust-fix 2022-12-27 17:10:33 +03:00
CMakeLists.txt Build rust modules from the binary directory 2022-12-30 18:15:41 +01:00