-
-
Notifications
You must be signed in to change notification settings - Fork 359
Closed
Labels
acknowledgedan issue is accepted as shortcoming to be fixedan issue is accepted as shortcoming to be fixedhelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
acknowledgedan issue is accepted as shortcoming to be fixedan issue is accepted as shortcoming to be fixedhelp wantedExtra attention is neededExtra attention is needed