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

fix

parent 10e30f6a
No related branches found
No related tags found
No related merge requests found
Pipeline #61020 failed with stages
in 6 minutes and 1 second
stages: stages:
- rocksdb - rocksdb
- build
- deploy - deploy
image: zoo.smok.co/build/build:latest image: zoo.smok.co/build/build:latest
...@@ -27,6 +28,7 @@ image: zoo.smok.co/build/build:latest ...@@ -27,6 +28,7 @@ image: zoo.smok.co/build/build:latest
.before_build_python: .before_build_python:
stage: build
before_script: before_script:
- apt update - apt update
- apt install -y pkg-config - apt install -y pkg-config
...@@ -36,7 +38,7 @@ image: zoo.smok.co/build/build:latest ...@@ -36,7 +38,7 @@ image: zoo.smok.co/build/build:latest
- pip install -q build - pip install -q build
- python -m build - python -m build
artifacts: artifacts:
paths paths:
- "*.whl" - "*.whl"
build_rocksdb_x86: build_rocksdb_x86:
......
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