Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Rocksdb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
Python Rocksdb
Commits
c942ec97
Unverified
Commit
c942ec97
authored
8 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
89625199
No related branches found
No related tags found
No related merge requests found
Pipeline
#61028
failed with stages
Stage: rocksdb
Stage: build
in 3 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
c942ec97
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment