Skip to content
Snippets Groups Projects
Commit c18fe6e6 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov Committed by Yaroslav Dynnikov
Browse files

build: speed up by disabling tarantool unit tests

parent 4cf67277
No related branches found
No related tags found
1 merge request!381Cleanup CI
......@@ -95,7 +95,10 @@ fn build_tarantool() {
std::fs::create_dir_all(&build_dir).expect("failed creating build directory");
let dst = cmake::Config::new("tarantool-sys/static-build")
.define("CMAKE_TARANTOOL_ARGS", "-DCMAKE_BUILD_TYPE=RelWithDebInfo")
.define(
"CMAKE_TARANTOOL_ARGS",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=FALSE",
)
.build_target("tarantool")
.out_dir(build_dir)
.build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment