Skip to content

Incremental builds are broken for external packages #1310

@MichaelSimons

Description

@MichaelSimons

The problem is that PrepareInnerClone always runs but other steps that mutate the source have "complete" semaphones (e.g. ApplyPatches and UpdateGlobalJsonVersions). This means if you are iterating on a build failure, subsequent builds will re-clone the source, but not re-apply patches which then fail the build. To workaround this you need to either clean the entire repo or delete the appropriate semaphores.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-buildRelated to builds (developer, CI and PR validation)

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions