Skip to content

Commit

Permalink
Pin mcl version (cosmos#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmannwong authored Sep 22, 2020
1 parent 552f012 commit 912214f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apt-get update && \
g++ \
swig \
libboost-serialization-dev && \
git clone https://github.com/herumi/mcl && cd mcl && make install && ldconfig
wget https://github.com/herumi/mcl/archive/v1.05.tar.gz && \
tar xvf v1.05.tar.gz && cd mcl-1.05 && make install && ldconfig

WORKDIR /workspace/cosmos-sdk

Expand Down

0 comments on commit 912214f

Please sign in to comment.