Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the gorocksdb dependency with the grocksdb #140

Merged
merged 2 commits into from
Jan 13, 2022

Conversation

elon0823
Copy link
Contributor

@elon0823 elon0823 commented Jan 11, 2022

I found that old version of rocksdb (v6.15.x) is not compatible with Macbook Pro of M1pro chip and latest OS(Monterey).
When I upgraded the version of rocksdb to v6.27.3 which is pretty recent version, the build was successful.
However, in the process, the existing gorocksdb package had to be replaced with grocksdb, because the gorocksdb project is no longer maintained.

close #139

@elon0823 elon0823 requested a review from 1dennispark January 11, 2022 04:08
@elon0823 elon0823 self-assigned this Jan 11, 2022
@elon0823 elon0823 changed the title Hotfix/replace gorocksdb Replace gorocksdb dependency Jan 11, 2022
@elon0823 elon0823 changed the title Replace gorocksdb dependency Replace gorocksdb dependency with grocksdb Jan 11, 2022
@elon0823 elon0823 changed the title Replace gorocksdb dependency with grocksdb Replace the gorocksdb dependency with the grocksdb Jan 11, 2022
@1dennispark 1dennispark merged commit 79987c7 into paust-team:master Jan 13, 2022
@elon0823 elon0823 deleted the hotfix/replace-gorocksdb branch April 7, 2022 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failed on Apple Silicon M1 Pro
2 participants