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

SCons: Don't cache librarys #1611

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Repiteo
Copy link
Contributor

@Repiteo Repiteo commented Sep 30, 2024

It was discovered in one of my PRs on the main repo1 that the cache size for godot-cpp is huge. After a bit more digging, I believe that the main culprits are the library files; the equivalents of which are not cached in the main repo. This PR makes them uncached explicitly.

Footnotes

  1. https://github.com/godotengine/godot/pull/97166#discussion_r1766720006

@Repiteo Repiteo added enhancement This is an enhancement on the current functionality topic:buildsystem Related to the buildsystem or CI setup labels Sep 30, 2024
@Repiteo Repiteo added this to the 4.4 milestone Sep 30, 2024
@Repiteo Repiteo requested a review from a team as a code owner September 30, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is an enhancement on the current functionality topic:buildsystem Related to the buildsystem or CI setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant