Catkin rebuilding always starts from scratch
Bug #1827148 reported by
Kyle Fazzari
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Snapcraft | Status tracked in Trunk | |||||
Legacy |
Fix Committed
|
Medium
|
Kyle Fazzari | |||
Trunk |
Fix Released
|
Medium
|
Kyle Fazzari |
Bug Description
The catkin plugin supports rebuilding in that it will build again when sources change. However, when it does so, it always seem to start from the beginning again, unable to re-use already-built and unchanging components. This is due to the cmake arguments not being provided in a consistent order, making catkin think something changed and forcing it to start over.
To post a comment you must log in.
Proposed fix: https:/ /github. com/snapcore/ snapcraft/ pull/2545