rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.64k stars 380 forks source link

Revert "Enable the `parallel` feature of `cc`" #1027

Closed IGI-111 closed 4 months ago

IGI-111 commented 4 months ago

This reverts commit 92491dbcc12cdcc73194859e6ea68f293a256bb2.

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

Fixes #1026

IGI-111 commented 4 months ago

Closing in favor of https://github.com/rust-lang/cc-rs/pull/966