From 9c0ad9b9c09d2dd49ad9e1c8e6cfad993773c4d2 Mon Sep 17 00:00:00 2001 From: Massimo Paladin Date: Fri, 24 Mar 2023 15:54:41 +0100 Subject: [PATCH] Remove SonarCloud cache and threads configurtion as it is now by default --- .github/workflows/sonar-scan.yml | 2 -- sonar-project.properties | 3 --- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 8356303fd..230a275c4 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -109,7 +109,6 @@ jobs: with: path: | ccache - sonar_cache key: sonar-${{ env.OS_VERSION }}-${{ github.ref }}-${{ github.sha }} restore-keys: | sonar-${{ env.OS_VERSION }}-${{ github.ref }}- @@ -185,7 +184,6 @@ jobs: df -h - name: Prepare for scanning with SonarScanner run: | - mkdir -p sonar_cache find _build/libraries/[acdenptuw]*/CMakeFiles/*.dir \ _build/libraries/plugins/*/CMakeFiles/*.dir \ -type d -print \ diff --git a/sonar-project.properties b/sonar-project.properties index 7227dc8a7..41f5a2a82 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -17,9 +17,6 @@ sonar.exclusions=programs/build_helper/**/*,libraries/fc/**/*,libraries/egenesis sonar.sources=libraries,programs sonar.cfamily.build-wrapper-output=bw-output sonar.cfamily.gcov.reportsPath=. -sonar.cfamily.threads=2 -sonar.cfamily.cache.enabled=true -sonar.cfamily.cache.path=sonar_cache # Decide which tree the current build belongs to in SonarCloud. # Managed by the `set_sonar_branch*` script(s) when building with CI.