You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've authored a colcon extension named colcon-cache to introduce a new cache verb to the colcon CLI:
An extension for colcon-core to cache the processing of packages. Enables caching of various colcon tasks, such as building or testing packages, by associating successful jobs with the respective state of package source files. In conjunction with colcon-package-selection, this extension can accelerate developer or continuous integration workflows by allowing users to finely cache valid workspace artifacts and skip processing of unaltered or unaffected packages during software development. For example, when pulling various changes into a local workspace to review pull requests, this extension can be used to track which packages need to be rebuilt or retested, maximizing the caching of the existing artifacts.
The repo and demo for this extension can be viewed here:
Request Description
I've authored a colcon extension named
colcon-cache
to introduce a newcache
verb to the colcon CLI:The repo and demo for this extension can be viewed here:
Could this extension be transferred to the
colcon
org and be slated for release?Additional Notes
This relates to some long standing tickets, including:
The extension's release was previously blocked in debian, but has since be resolved:
This extension is already being used in the wild:
The text was updated successfully, but these errors were encountered: