This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new acddc28d Fix missing temp dir while running sonar scan (#2322)
acddc28d is described below
commit acddc28de42ca41d64feea78691d877a2297932c
Author: hulk <[email protected]>
AuthorDate: Mon May 20 09:45:31 2024 +0800
Fix missing temp dir while running sonar scan (#2322)
---
.github/workflows/sonar.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml
index 4189681f..e47564ee 100644
--- a/.github/workflows/sonar.yaml
+++ b/.github/workflows/sonar.yaml
@@ -59,6 +59,7 @@ jobs:
run: |
unzip sonarcloud-data.zip
mv _build build
+ mkdir -p build/CMakeFiles/CMakeTmp
ls -a sonarcloud-data build
- uses: actions/setup-python@v5