This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/fix-tsan-ci in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 66f6f5ab064c465a34c6890c3a08754e0fb975f9 Author: Twice <[email protected]> AuthorDate: Fri Aug 11 07:31:14 2023 +0800 Fix CMake compiler check error in GCC TSAN CI --- .github/workflows/kvrocks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml index 22ccd358..5c6129ff 100644 --- a/.github/workflows/kvrocks.yaml +++ b/.github/workflows/kvrocks.yaml @@ -187,7 +187,7 @@ jobs: if: ${{ startsWith(matrix.os, 'ubuntu') }} run: | sudo apt update - sudo apt install -y ninja-build + sudo apt install -y ninja-build libtsan0 echo "NPROC=$(nproc)" >> $GITHUB_ENV - name: Cache redis
