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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
65e13fff
Commit
65e13fff
authored
4 months ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
ci/github: update llhttp
parent
748247d6
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
+5
-5
5 additions, 5 deletions
.github/workflows/ccpp.yml
with
5 additions
and
5 deletions
.github/workflows/ccpp.yml
+
5
−
5
View file @
65e13fff
name
:
C/C++ CI
env
:
LLHTTP_VERSION
:
"
v9.2.
0
"
LLHTTP_VERSION
:
"
v9.2.
1
"
RESTINIO_VERSION
:
"
0.7.3"
EXPECTED_LITE_URL
:
"
https://raw.githubusercontent.com/martinmoene/expected-lite/master/include/nonstd/expected.hpp"
UBUNTU_FULL_DEPS
:
"
libncurses5-dev
libreadline-dev
nettle-dev
libasio-dev
libgnutls28-dev
libuv1-dev
python3-pip
python3-dev
python3-setuptools
libcppunit-dev
libjsoncpp-dev
autotools-dev
autoconf
libfmt-dev
libmsgpack-dev
libargon2-dev"
...
...
@@ -20,8 +20,8 @@ jobs:
-
name
:
Install Dependencies
run
:
|
echo "Installing Ubuntu full dependencies:"
sudo apt update
sudo apt install -y $UBUNTU_FULL_DEPS
sudo apt
-get
update
sudo apt
-get
install -y $UBUNTU_FULL_DEPS
-
name
:
Install Cython
run
:
sudo pip3 install Cython
...
...
@@ -91,8 +91,8 @@ jobs:
-
name
:
Install Minimal Dependencies
run
:
|
echo "Installing Ubuntu minimal dependencies:"
sudo apt update
sudo apt install -y $UBUNTU_MINIMAL_DEPS
sudo apt
-get
update
sudo apt
-get
install -y $UBUNTU_MINIMAL_DEPS
-
name
:
Configure project with CMake
run
:
|
...
...
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