rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
69 stars 89 forks source link

Add liblz4-dev, libsnappy-dev, libzstd-dev #134

Closed progval closed 1 year ago

progval commented 1 year ago

They are needed to compile 'orcxx' and 'orcxx_derive': https://docs.rs/crate/orcxx/0.1.0/builds/880112

Thanks!

syphar commented 1 year ago

hank you for the contribution!

please note that we have to manually deploy the image to our build-server, which I'm doing roughly once a week.

( perhaps I can do it later today, have to check my schedule).

Don't hesitate to ping me if it takes too long.

syphar commented 1 year ago

@progval the new image is deployed now, I also queued a new rebuild for the most recent version of both crates (0.2.0)

progval commented 1 year ago

Thanks! I'm afraid I haven't got it completely right, it still needs #135 and I'll have a fix in 0.2.1 to actually search for system libs. (I'm vendoring a C++ library, and by default it downloads its own dependencies itself...)