mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
Meta: Remove SonarCloud cache and threads setup as it is now default
No need to configure the cache and threads anymore, SonarCloud now has an automatic analysis caching and threads detection. See: https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache
This commit is contained in:
parent
4a70fa052f
commit
1d7bad5347
Notes:
sideshowbarker
2024-07-16 22:54:10 +09:00
Author: https://github.com/mpaladin 🔰
Commit: 1d7bad5347
Pull-request: https://github.com/SerenityOS/serenity/pull/18025
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/bgianfo
1 changed files with 1 additions and 2 deletions
|
@ -23,6 +23,7 @@ jobs:
|
|||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 11
|
||||
|
||||
- name: Download and set up sonar-scanner
|
||||
|
@ -42,8 +43,6 @@ jobs:
|
|||
echo "sonar.projectVersion=${{ github.sha }}" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.organization=serenityos" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.cfamily.compile-commands=${{ github.workspace }}/Build/${{ env.SONAR_ANALYSIS_ARCH }}/compile_commands.json" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.cfamily.threads=2" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.cfamily.cache.enabled=false" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.exclusions=Userland/Libraries/LibWasm/Parser/Parser.cpp" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.host.url=${{ env.SONAR_SERVER_URL }}" >> ${{ github.workspace }}/sonar-project.properties
|
||||
echo "sonar.sources=AK,Build,Userland,Kernel,Meta" >> ${{ github.workspace }}/sonar-project.properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue