Skip to content

Commit c69165a

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 on aarch64 plateform. Fixes rust-lang#1026
1 parent 3da58f3 commit c69165a

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)