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

fix

parent 6177a684
No related branches found
No related tags found
No related merge requests found
stages:
- rocksdb
- deploy
image: zoo.smok.co/build/build:latest
.build_rocksdb:
stage: rocksdb
script:
- apt update
- 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
- git fetch
- git checkout v7.0.1
- make shared_lib -j 15
- cd ..
artifacts:
paths:
- "/usr/local/lib/pkgconfig/rocksdb.pc"
- "/usr/local/lib/librocksdb.a"
- "rocksdb/rocksdb.pc"
- "librocksdb.so"
- "/usr/include/rocksdb/*"
- "/usr/local/include/rocksdb/*"
build_rocksdb_x86:
extends: .build_rocksdb
build_rocksdb_armv7l:
extends: .build_rocksdb
image: zoo.smok.co/build/build:armv7l-python3.11
.build_python_rocksdb_x86:
dependencies:
- build_rocksdb_x86
script:
- pip install --upgrade --break-system-packages Cython wheel setuptools pip pkgconfig doctor-wheel repairwheel
- pip install -q build
- python -m build
\ No newline at end of file
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