Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable build cache #1109

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Enable build cache #1109

merged 1 commit into from
Jul 17, 2024

Conversation

fractalwrench
Copy link
Contributor

Goal

Enables the gradle build cache, which promises faster builds. We can see what effect this has on performance when developing locally.

Right now enabling configuration cache won't do anything for us because we use kapt, but once we migrate Kotlin there should be some local perf benefits from enabling that.

Testing

Relying on CI.

@fractalwrench fractalwrench requested a review from a team as a code owner July 16, 2024 14:41
Copy link
Contributor

github-actions bot commented Jul 16, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.81%. Comparing base (c38a509) to head (49f11b9).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1109      +/-   ##
==========================================
+ Coverage   79.71%   79.81%   +0.10%     
==========================================
  Files         426      426              
  Lines       10799    10799              
  Branches     1769     1769              
==========================================
+ Hits         8608     8619      +11     
+ Misses       1406     1396      -10     
+ Partials      785      784       -1     

see 1 file with indirect coverage changes

Copy link
Collaborator

@bidetofevil bidetofevil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could help a bunch now that we are getting more modularized. If things don't work, clear your cache :-)

@fractalwrench fractalwrench merged commit e4b1479 into master Jul 17, 2024
5 checks passed
@fractalwrench fractalwrench deleted the enable-build-cache branch July 17, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants