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

compilation: Make USE_CCACHE=no the default #7729

Conversation

rpardini
Copy link
Member

  • and warn if you try to enable it
  • make var readonly after it is read, to avoid extensions getting creative
  • why?
    • ccache has 0 cache hit ratio during any kernel version change (version.h)
    • but causes every build to be slower to gather/compare cache
    • armbian/build already tries hard to keep your (worktree) cache make-hot during rebuilds/repatching/reconfigs

- and warn if you try to enable it
- make var readonly after it is read, to avoid extensions getting creative
- why?
  - ccache has 0 cache hit ratio during _any_ kernel version change (version.h)
  - but causes every build to be slower to gather/compare cache
  - armbian/build already tries hard to keep your (worktree) cache make-hot during rebuilds/repatching/reconfigs
@github-actions github-actions bot added size/small PR with less then 50 lines Needs review Seeking for review Framework Framework components labels Jan 21, 2025
@rpardini rpardini marked this pull request as ready for review January 21, 2025 00:10
@rpardini rpardini requested a review from a team as a code owner January 21, 2025 00:10
@rpardini
Copy link
Member Author

Superseded by #7730

@rpardini rpardini closed this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Framework components Needs review Seeking for review size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

1 participant