prebuild / prebuildify-cross

Compile prebuilds in Docker.
17 stars 6 forks source link

Dependencies #14

Open ronag opened 2 years ago

ronag commented 2 years ago

In order to fully build rocksdb I would like to request the following deps be available in the docker image:

vweevers commented 2 years ago

Which docker images? What is the combined size of these packages? Are any other native addons expected to need these?

ronag commented 2 years ago

The one used by cross prebuildify. I think allow of the above except for Zstd are quite commonly used.

vweevers commented 2 years ago

The one used by cross prebuildify.

There's multiple: https://github.com/prebuild/prebuildify-cross#images

I think allow of the above except for Zstd are quite commonly used.

Can you give some examples? I don't want to add packages just for rocksdb.

ronag commented 2 years ago

They are quite common in general for native development. I don't know about node addons in particular. They are somewhat big libraries.

vweevers commented 2 years ago

That's why I asked, seeing as prebuildify-cross is specifically for native addons. So this question must first be answered.

In the mean time, you can pass your own image to prebuildify-cross.