Buildbot: Use shared compilation cache #86
Labels
No Label
Service
Buildbot
Service
Chat
Service
Gitea
Service
Translate
Type
Bug
Type
Config
Type
Deployment
Type
Feature
Type
Setup
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-projects-platform#86
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently buildbot relies on a build system like Ninja and incremental builds to avoid compilation when unnecessary. It has the following downsides:
One of possible solutions is to use sccache. Need to check how well it handles cases when different workers require using different toolchains.
Having #85 implemented first would allow measuring the impact of this change more scientifically.