Skip to content
Snippets Groups Projects
Unverified Commit d30720e5 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix

parent 0e2fc641
No related branches found
No related tags found
No related merge requests found
Pipeline #61023 failed with stages
in 2 minutes and 20 seconds
......@@ -14,15 +14,17 @@ image: zoo.smok.co/build/build:latest
- apt install -y libgflags-dev zlib1g-dev libbz2-dev liblz4-dev libzstd-dev libsnappy-dev libgflags2.2
- git clone https://github.com/facebook/rocksdb.git
- cd rocksdb
- mkdir installation
- git fetch
- git checkout v7.0.1
- make shared_lib -j 15 prefix=./installation
- make install --prefix=./installation
- mv installation ..
- cmake -S. -Bbuild
- make shared_lib -j 15
- make install
- mv include ..
- mv librocksdb.so ..
artifacts:
paths:
- "installation/*"
- "include/*"
- "librocksdb.so"
.before_build_python:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment