aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornkozlovskiy <nmk@ydb.tech>2023-08-16 17:03:59 +0300
committernkozlovskiy <nmk@ydb.tech>2023-08-16 18:39:24 +0300
commit2b6b29d0885f2f49e495c5d5a5a38450a32fa1ad (patch)
tree9060685950f688993aa64e9d929e49cd41f92494 /.github
parent4989098e1c8e41edb518b83e54a1ba20587ef5bf (diff)
downloadydb-2b6b29d0885f2f49e495c5d5a5a38450a32fa1ad.tar.gz
use clang-14 for build conan dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/actions/build/action.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml
index 0bfccbfbe6..3d30d44e65 100644
--- a/.github/actions/build/action.yml
+++ b/.github/actions/build/action.yml
@@ -23,7 +23,7 @@ runs:
patch -p1 < ydb/deploy/patches/0001-sanitizer-build.patch
cd ../build
rm -rf *
- export CC=/usr/bin/clang-12
+ export CC=/usr/bin/clang-14
export CC_FOR_BUILD=$CC
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER_LAUNCHER=/usr/local/bin/ccache -DCMAKE_CXX_COMPILER_LAUNCHER=/usr/local/bin/ccache \
@@ -39,7 +39,7 @@ runs:
cd ../build
rm -rf *
export CONAN_USER_HOME=`pwd`
- export CC=/usr/bin/clang-12
+ export CC=/usr/bin/clang-14
export CC_FOR_BUILD=$CC
# FIXME: set DCMAKE_CXX_FLAGS_RELWITHDEBINFO and DCMAKE_CXX_FLAGS bacause of global_flags.cmake flags override.