Level / rocksdb

Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
MIT License
229 stars 53 forks source link

Add scripts for linux-arm64 prebuilds #216

Open sds opened 1 year ago

sds commented 1 year ago

Addresses #188. I tested using a personal fork to ensure the build succeeded—you can see the output from a successful run here.

ARM is a common developer platform, especially if you are building Docker images on Apple Silicon using Docker Desktop.

This requires the openssl_fips variable to be set to the empty string in a few gyp files, suggested by this thread.