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
6dab10ca
Commit
6dab10ca
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
github: disable tests and examples when building asio
parent
77a1c27f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ccpp.yml
+4
-4
4 additions, 4 deletions
.github/workflows/ccpp.yml
with
4 additions
and
4 deletions
.github/workflows/ccpp.yml
+
4
−
4
View file @
6dab10ca
...
...
@@ -13,7 +13,7 @@ jobs:
run
:
|
sudo apt install libncurses5-dev libreadline-dev nettle-dev \
libgnutls28-dev libuv1-dev cython3 python3-dev python3-setuptools libcppunit-dev libjsoncpp-dev \
autotools-dev autoconf
libasio-dev
libfmt-dev libhttp-parser-dev libmsgpack-dev
autotools-dev autoconf libfmt-dev libhttp-parser-dev libmsgpack-dev
-
name
:
autogen
run
:
./autogen.sh
-
name
:
argon2
...
...
@@ -21,9 +21,9 @@ jobs:
cd argon2 && make && sudo make install && cd ..
-
name
:
asio
run
:
|
wget https://github.com/
chriskohlhoff
/asio/archive/
8087252a0c3c2f0baad96ddbd6554db17a846376
.tar.gz \
&& tar -xvf
8087252a0c3c2f0baad96ddbd6554db17a846376.tar.gz && cd asio-8087252a0c3c2f0baad96ddbd6554db17a846376
/asio \
&& ./autogen.sh && ./configure --prefix=/usr --without-boost \
wget https://github.com/
aberaud
/asio/archive/
b2b7a1c166390459e1c169c8ae9ef3234b361e3f
.tar.gz \
&& tar -xvf
b2b7a1c166390459e1c169c8ae9ef3234b361e3f.tar.gz && cd asio-b2b7a1c166390459e1c169c8ae9ef3234b361e3f
/asio \
&& ./autogen.sh && ./configure --prefix=/usr --without-boost
--disable-examples --disable-tests
\
&& sudo make install \
&& cd ../../ && rm -rf asio*
-
name
:
configure
...
...
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