Skip to content

gitoxide requires miniz_oxide even when building with libz-ng #1210

Closed
@joshtriplett

Description

@joshtriplett

Even when building with libz-ng, gitoxide still has miniz_oxide in its dependency tree (by way of flate2), and cargo ends up having to compile it. This is visible via cargo tree and the build logs from cargo.

This may be difficult to fix, as it's not trivial to say "use this only if that isn't set". But it'd be worth attempting to fix somehow, to eliminate the dependency and its compilation time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    acknowledgedan issue is accepted as shortcoming to be fixedhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions