gyscos / zstd-rs

A rust binding for the zstd compression library.
MIT License
527 stars 112 forks source link

Disabled CC parallelism #262

Open nadenf opened 9 months ago

nadenf commented 9 months ago

Fixes:

NobodyXu commented 9 months ago

cc 1.0.87 has released which should fix this

n-eq commented 8 months ago

Update: cc 1.0.89 definitely fixes the issue https://github.com/rust-lang/cc-rs/pull/985

NobodyXu commented 7 months ago

@nadenf Does the error still happens on cc 1.0.91 ?