rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

Add scripts for linux-arm64 prebuilds

Open sds opened this issue 2 years ago • 0 comments

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.

sds avatar Feb 03 '23 05:02 sds