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

Add image for db testing #37

Merged
merged 1 commit into from
Jan 16, 2020
Merged

Add image for db testing #37

merged 1 commit into from
Jan 16, 2020

Conversation

tac0turtle
Copy link
Contributor

adding an image to be used by the tm-db repo in order to test all supported dbs.

@mircea-c let me know what needs changing, this was a quick attempt

adding an image to be used by the tm-db repo in order to test all supported dbs. 

@mircea-c let me know what needs changing, this was a quick attempt
RUN cd leveldb-1.20 && make && sudo scp -r out-static/lib* out-shared/lib* "/usr/local/lib" && cd include && sudo scp -r leveldb /usr/local/include && sudo ldconfig && cd ~

# Install Rocksdb
RUN git clone https://github.com/facebook/rocksdb.git && cd rocksdb/ && sudo make install
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this takes forever to install locally

@mircea-c mircea-c merged commit 797ee8e into master Jan 16, 2020
@tac0turtle tac0turtle deleted the marko/add_dbs branch January 16, 2020 15:42
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.

2 participants