aboutsummaryrefslogtreecommitdiffstats
path: root/.github/prewarm
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim.yurchuk@gmail.com>2023-09-05 20:33:14 +0300
committernkozlovskiy <nmk@ydb.tech>2023-09-05 20:53:37 +0300
commit7f49777e035ecdc4243dd39ee7b4891cb1297a4e (patch)
tree66c333ce1ae0e7dfd52bcdc5a203b4f26134bd33 /.github/prewarm
parente44f767cdb56be8e8daafa4f844ab99a228affb0 (diff)
downloadydb-7f49777e035ecdc4243dd39ee7b4891cb1297a4e.tar.gz
Simplify cmake build
Simplify cmake build Pull Request resolved: #352
Diffstat (limited to '.github/prewarm')
-rw-r--r--.github/prewarm/build.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/prewarm/build.sh b/.github/prewarm/build.sh
index 2bc01d9896..8779edad0f 100644
--- a/.github/prewarm/build.sh
+++ b/.github/prewarm/build.sh
@@ -14,10 +14,8 @@ cd /ydbwork/build
echo "::group::cmake"
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_COMPILER_LAUNCHER=/usr/local/bin/ccache -DCMAKE_CXX_COMPILER_LAUNCHER=/usr/local/bin/ccache \
+-DCCACHE_PATH=/usr/local/bin/ccache \
-DCMAKE_TOOLCHAIN_FILE=../ydb/clang.toolchain \
--DCMAKE_C_FLAGS_RELEASE="-O2 -UNDEBUG" \
--DCMAKE_CXX_FLAGS_RELEASE="-O2 -UNDEBUG" \
../ydb
echo "::endgroup::"