File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,6 @@ features = ["format"]
64
64
version = " 0.18"
65
65
optional = true
66
66
default-features = false
67
- # This builds libgit2 into the binary to avoid dependency problems on systems
68
- # that don't have the required version of libgit2 yet.
69
- # See: https://github.com/eza-community/eza/pull/192
70
- features = [" vendored-libgit2" ]
71
67
72
68
[target .'cfg(target_os = "linux")' .dependencies ]
73
69
proc-mounts = " 0.3"
@@ -83,6 +79,7 @@ default-features = false
83
79
default = [ " git" ]
84
80
git = [ " git2" ]
85
81
vendored-openssl = [" git2/vendored-openssl" ]
82
+ vendored-libgit2 = [" git2/vendored-libgit2" ]
86
83
87
84
88
85
# make dev builds faster by excluding debug symbols
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ ARCH="amd64"
17
17
DEB_TMP_DIR=" ${NAME} _${VERSION} _${ARCH} "
18
18
DEB_PACKAGE=" ${NAME} _${VERSION} _${ARCH} .deb"
19
19
20
+ cargo build --release --features vendored-libgit2
21
+ just man
22
+
20
23
read -r -d ' ' DEB_CONTROL << EOM
21
24
Package: ${NAME}
22
25
Version: ${VERSION}
You can’t perform that action at this time.
0 commit comments