Skip to content

Commit

Permalink
Remove SonarCloud cache setup as it is now offered by default (Academ…
Browse files Browse the repository at this point in the history
…ySoftwareFoundation#3792)

No need to configure the cache anymore,
SonarCloud now has automatic analysis caching. See:
https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache.

Also, the filesystem cache was not persisted.
  • Loading branch information
mpaladin authored Mar 27, 2023
1 parent 67065cb commit cb0db7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ sonar.cfamily.build-wrapper-output=build/bw_output
sonar.cfamily.gcov.reportsPath=_coverage
sonar.coverage.exclusions=src/iv/**,src/include/OpenImageIO/detail/pugixml/**,src/include/OpenImageIO/detail/fmt/**,src/libOpenImageIO/kissfft.hh

sonar.cfamily.cache.enabled=true
sonar.cfamily.cache.path=/tmp/sonarcache

sonar.verbose=false

0 comments on commit cb0db7c

Please sign in to comment.