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

fix

parent 318d42c7
No related branches found
No related tags found
No related merge requests found
Pipeline #61021 failed with stages
in 10 minutes and 41 seconds
...@@ -6,6 +6,8 @@ image: zoo.smok.co/build/build:latest ...@@ -6,6 +6,8 @@ image: zoo.smok.co/build/build:latest
.build_rocksdb: .build_rocksdb:
stage: rocksdb stage: rocksdb
before_script:
- mkdir -p /builds/smokserwis/python-rocksdb/installation
script: script:
- rm -rf rocksdb - rm -rf rocksdb
- apt update - apt update
...@@ -14,17 +16,13 @@ image: zoo.smok.co/build/build:latest ...@@ -14,17 +16,13 @@ image: zoo.smok.co/build/build:latest
- cd rocksdb - cd rocksdb
- git fetch - git fetch
- git checkout v7.0.1 - git checkout v7.0.1
- mkdir rocksdb-setup
- make shared_lib -j 15 - make shared_lib -j 15
- make install - make install
- cd .. variables:
- mv include .. INSTALL_PATH: "/builds/smokserwis/python-rocksdb/installation"
- mv librocksdb.so ..
artifacts: artifacts:
paths: paths:
- "include/rocksdb/*" - "installation/*"
- "rocksdb/include/*"
- "librocksdb.so"
.before_build_python: .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