Skip to content

Unnecessary repository tasks are building up-front #57923

@ViktorHofer

Description

@ViktorHofer

Every time I clean build the repository (which is quite often) I have to restore and build all src/tasks, even the ones that are completely irrelevant to the target that I'm building. Before 03eb03e this wasn't the case. Only the task necessary to complete the current target (OS / framework) was built.

It would be great to completely remove an up-front build of tasks and sequence them into the corresponding places where and when they are needed. Having defined build dependencies also works towards removing the necessity of an up-front / root build before individual projects can be built.

cc @lambdageek @akoeplinger

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions