Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
c82c3931
Commit
c82c3931
authored
1 year ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
ci: use Cython from pip
parent
5dc162a4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ccpp.yml
+3
-3
3 additions, 3 deletions
.github/workflows/ccpp.yml
with
3 additions
and
3 deletions
.github/workflows/ccpp.yml
+
3
−
3
View file @
c82c3931
...
...
@@ -30,10 +30,10 @@ jobs:
-
name
:
Dependencies
run
:
|
sudo apt install ninja-build libncurses5-dev libreadline-dev nettle-dev libasio-dev \
libgnutls28-dev libuv1-dev
cython3
python3-dev python3-setuptools python3-pip \
libgnutls28-dev libuv1-dev python3-dev python3-setuptools python3-pip \
libcppunit-dev libjsoncpp-dev libfmt-dev libhttp-parser-dev libmsgpack-dev libargon2-0-dev
-
name
:
Meson
run
:
sudo pip3 install meson
-
name
:
Python dependencies
run
:
sudo pip3 install meson
Cython
-
name
:
Configure
run
:
meson setup build .
-
name
:
Build
...
...
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