This is an automated email from the ASF dual-hosted git repository. hulk pushed a commit to branch test-sonar-ci in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 4b7d347a7d717b5dcf263ebbbf5e15100f49e261 Author: git-hulk <[email protected]> AuthorDate: Sat May 18 12:47:01 2024 +0800 Remove x.py build inside sonar.yml --- .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:
