You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,7 @@ jobs:
137
137
os: windows-latest
138
138
- target: aarch64-pc-windows-msvc
139
139
os: windows-latest
140
-
# on linux we build with musl which causes trouble with open-ssl. For now, just build max-pure there
141
-
# even though we could also build with `--features max-control,http-client-reqwest,gitoxide-core-blocking-client,gix-features/fast-sha1` for fast hashing.
140
+
# on linux we build with musl which causes trouble with open-ssl. For now, just build max-pure there.
Copy file name to clipboardExpand all lines: Cargo.toml
+7-10
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ max = ["max-control", "fast", "gitoxide-core-tools-query", "gitoxide-core-tools-
45
45
## transports as it uses Rust's HTTP implementation.
46
46
##
47
47
## As fast as possible, with TUI progress, progress line rendering with auto-configuration, all transports available but less mature pure Rust HTTP implementation, all `ein` tools, CLI colors and local-time support, JSON output, regex support for rev-specs.
#! The reason these features exist is to allow optimization for compile time and optimize for compatibility by default. This means that some performance options around
220
-
#! SHA1 and ZIP might not compile on all platforms, so it depends on the end-user who compiles the application to chose these based on their needs.
220
+
#! ZIP might not compile on all platforms, so it depends on the end-user who compiles the application to chose these based on their needs.
221
221
222
222
## Activate features that maximize performance, like using threads, but leave everything else that might affect compatibility out to allow users more fine-grained
223
223
## control over performance features like which `zlib*` implementation to use.
0 commit comments