Skip to content

Commit eef6c42

Browse files
committed
Revert "Enable the parallel feature of cc"
This reverts commit 92491db. Disable parallel feature of cc by default which breaks build of vendored openssl. Fixes #1026
1 parent 3da58f3 commit eef6c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgit2-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ libz-sys = { version = "1.1.0", default-features = false, features = ["libc"] }
2727

2828
[build-dependencies]
2929
pkg-config = "0.3.15"
30-
cc = { version = "1.0.43", features = ['parallel'] }
30+
cc = "1.0.43" # parallel feature is not compatible with vendored openssl
3131

3232
[target.'cfg(unix)'.dependencies]
3333
openssl-sys = { version = "0.9.45", optional = true }

0 commit comments

Comments
 (0)