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

fix

parent 89625199
No related branches found
No related tags found
No related merge requests found
Pipeline #61028 failed with stages
in 3 minutes and 53 seconds
......@@ -31,9 +31,8 @@ image: zoo.smok.co/build/build:latest
before_script:
- apt update
- apt install -y pkg-config
- pip install --break-system-packages --upgrade pip
- pip install --break-system-packages --upgrade pip build
- mv include/rocksdb /usr/local/include/rocksdb
- pip install --break-system-packages Cython wheel setuptools doctor-wheel repairwheel
script:
- python -m build
artifacts:
......@@ -48,6 +47,7 @@ build_rocksdb_armv7l:
extends: .build_rocksdb
image: zoo.smok.co/build/build:armv7l-python3.11
needs: []
when: manual
tags:
- armv7l
......@@ -65,3 +65,4 @@ build_python_rocksdb_armv7l:
tags:
- armv7l
needs: [build_rocksdb_armv7l]
when: manual
\ 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