Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
savnadya committed Jun 16, 2024
1 parent f0f2618 commit e834a76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DREQUIRED_LLVM_TOOLING_VERSION=16 \
-DLLVM_ENABLE_RUNTIMES=libunwind \
-DLIBCXXABI_USE_LLVM_UNWINDER=YES \
-DLIBCXX_USE_COMPILER_RT=YES \
-DLIBCXXABI_USE_COMPILER_RT=YES \
../ytsaurus-cpp-sdk

export CCACHE_BASEDIR="$(realpath ..)"
Expand Down
2 changes: 1 addition & 1 deletion clang.toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ set(CMAKE_SHARED_LINKER_FLAGS -fuse-ld=lld-16)

set(CMAKE_POSITION_INDEPENDENT_CODE On)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++20 -stdlib=libc++ -lpthread")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++20 -stdlib=libc++ -lpthread -rtlib=compiler-rt")

0 comments on commit e834a76

Please sign in to comment.