Skip to content

Support incremental builds #1009

@MichaelSimons

Description

@MichaelSimons

With the introduction of the VMR, incremental build support is required to provide a productive development environment where developers want to work. Developers should be able to make repo source changes and rebuild quickly.

Today if you build the VMR, make a source change, and then rebuild, the changes code will not get detected and rebuilt. This is because of the current semaphore implementation. It requires intimate knowledge of the semaphore files and manual deletion in order to get completed build stages to rerun.

The ideal solution is a developer can build the vmr, make a src change anywere, rebuild and only the affected src is rebuilt along with all downstream dependencies.

T-Shirt Size: Medium/Large

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions