Skip to content

Commit

Permalink
Revert "Enable the parallel feature of cc"
Browse files Browse the repository at this point in the history
This reverts commit 92491db.

Disable parallel feature of cc by default which breaks build of vendored
openssl.

Fixes #1026
  • Loading branch information
IGI-111 committed Feb 23, 2024
1 parent 3da58f3 commit eef6c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgit2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libz-sys = { version = "1.1.0", default-features = false, features = ["libc"] }

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

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

0 comments on commit eef6c42

Please sign in to comment.