Skip to content

support sparse checkout: ./swift/utils/update-checkout #63438

Open
@soloturn

Description

@soloturn

Motivation
swift source code is big and takes long especially for an initial checkout.

Solution
nowadays sparse checkout is a good option to speed up with (nearly) no disadvantages in daily work:
git clone --filter=tree:0 ...

maybe like:

GITFLAGS="--filter=tree:0" ./swift/utils/update-checkout

Alternatives considered
none known.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA feature request or implementationupdate-checkoutArea → utils: the `update-checkout` scriptutilsArea: the build system and other accessory scripts under the "utils" directory

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions