Skip to content

Commit

Permalink
Update link since new version released. (Staying with old version (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSD authored and simon-mo committed Jul 9, 2019
1 parent 3c3957c commit a66648a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ClipperLibBaseDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get install -y -qq \
# 1. To use both Folly and libev, we have to exclude files(event.*) from compilation.
# See https://github.com/facebook/folly/issues/601#issuecomment-347100410.
# 2. Be careful that this step has to be after installing Folly to avoid collision.
RUN wget http://dist.schmorp.de/libev/libev-4.25.tar.gz \
RUN wget http://dist.schmorp.de/libev/Attic/libev-4.25.tar.gz \
&& tar -zxvf libev-4.25.tar.gz \
&& cd libev-4.25 \
&& sed -i 's/event\.[ch]//g' Makefile.am \
Expand Down

0 comments on commit a66648a

Please sign in to comment.