-
Notifications
You must be signed in to change notification settings - Fork 36
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
possible to speed up compilation by sccache? #295
Comments
Our Workflow is very complex and held together by duct tape. I doubt putting the effort in to get this action working is worth it. The situation will improve eventually, I don't have much time to work on new infra currently |
When I asked copilot on github: "build chromium with sscache" The answer is quite simple, maybe it worths a try.
|
The simplicity of the answer comes from the simplicity of the "knowledge" that was fed to copilot and other such "tools" combined with the simplicity of "thinking process" that those "tools" poses. Not from the simplicity of a task itself. |
https://github.com/marketplace/actions/sccache-action
If it works, it'll save build time dramatically, also true for disk spaces.
The text was updated successfully, but these errors were encountered: