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 d5b724af Remove x.py build inside sonar.yml (#2320)
d5b724af is described below

commit d5b724aff55cd9e5d17105cb49d49dcd5f6a00c5
Author: hulk <[email protected]>
AuthorDate: Sat May 18 22:11:52 2024 +0800

    Remove x.py build inside sonar.yml (#2320)
---
 .github/workflows/sonar.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml
index a106823c..f1375e05 100644
--- a/.github/workflows/sonar.yaml
+++ b/.github/workflows/sonar.yaml
@@ -63,9 +63,6 @@ jobs:
       - uses: actions/setup-python@v5
         with:
           python-version: 3.x
-      - name: Configure Kvrocks
-        run: |
-          ./x.py build -j$(nproc) --compiler gcc --skip-build
 
       - name: Run sonar-scanner
         env:

Reply via email to