You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use static rocksdb linkage on Mac [ECR-3324] (#1011)
RocksDB is linked statically on Mac to avoid problems with dynamic library resolving.
When dynamic linking is currently used, the app has a dependency on a particular
version of the library, with any new version breaking the installation.
It is required to set ROCKSDB_LIB_DIR prior to running package_app.sh.
(cherry picked from commit ae4593c)
0 commit comments