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
9efb8bb6
Commit
9efb8bb6
authored
4 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
dockerfile: build with proxy
parent
f0aee6f9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
docker/DockerfileLlvm
+1
-1
1 addition, 1 deletion
docker/DockerfileLlvm
with
2 additions
and
2 deletions
docker/Dockerfile
+
1
−
1
View file @
9efb8bb6
...
@@ -2,5 +2,5 @@ FROM aberaud/opendht-deps
...
@@ -2,5 +2,5 @@ FROM aberaud/opendht-deps
MAINTAINER
Adrien Béraud <adrien.beraud@savoirfairelinux.com>
MAINTAINER
Adrien Béraud <adrien.beraud@savoirfairelinux.com>
RUN
git clone https://github.com/savoirfairelinux/opendht.git
\
RUN
git clone https://github.com/savoirfairelinux/opendht.git
\
&&
cd
opendht
&&
mkdir
build
&&
cd
build
\
&&
cd
opendht
&&
mkdir
build
&&
cd
build
\
&&
cmake ..
-DCMAKE_INSTALL_PREFIX
=
/usr
-DOPENDHT_PYTHON
=
On
-DOPENDHT_LTO
=
On
&&
make
-j8
&&
make
install
\
&&
cmake ..
-DCMAKE_INSTALL_PREFIX
=
/usr
-DOPENDHT_PYTHON
=
On
-DOPENDHT_LTO
=
On
-DOPENDHT_PROXY_SERVER
=
On
-DOPENDHT_PROXY_CLIENT
=
On
&&
make
-j8
&&
make
install
\
&&
cd
../..
&&
rm
-rf
opendht
&&
cd
../..
&&
rm
-rf
opendht
This diff is collapsed.
Click to expand it.
docker/DockerfileLlvm
+
1
−
1
View file @
9efb8bb6
...
@@ -2,5 +2,5 @@ FROM aberaud/opendht-deps-llvm
...
@@ -2,5 +2,5 @@ FROM aberaud/opendht-deps-llvm
MAINTAINER Adrien Béraud <adrien.beraud@savoirfairelinux.com>
MAINTAINER Adrien Béraud <adrien.beraud@savoirfairelinux.com>
RUN git clone https://github.com/savoirfairelinux/opendht.git \
RUN git clone https://github.com/savoirfairelinux/opendht.git \
&& cd opendht && mkdir build && cd build \
&& cd opendht && mkdir build && cd build \
&& cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DOPENDHT_PYTHON=On -DOPENDHT_LTO=On && make -j8 && make install \
&& cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DOPENDHT_PYTHON=On -DOPENDHT_LTO=On
-DOPENDHT_PROXY_SERVER=On -DOPENDHT_PROXY_CLIENT=On
&& make -j8 && make install \
&& cd ../.. && rm -rf opendht
&& cd ../.. && rm -rf opendht
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