use latest capnp in docker build scripts

until 6.2 is released, using the at least this hash allows
the use of 'unix-abstract:' addresses
pull/5/head
Oliver Giles 7 years ago
parent 91baf358da
commit 97bb43ae4f

@ -14,11 +14,11 @@ yum -y install rpm-build cmake3 make gcc gcc-c++ wget sqlite-devel boost-devel z
mkdir /build
cd /build
wget -O capnproto.tar.gz https://github.com/capnproto/capnproto/archive/v0.6.1.tar.gz
wget -O capnproto.tar.gz https://github.com/capnproto/capnproto/archive/7a7c4007e3e1b249f078a246749a584c96bf7503.tar.gz
wget -O websocketpp.tar.gz https://github.com/zaphoyd/websocketpp/archive/0.7.0.tar.gz
wget -O rapidjson.tar.gz https://github.com/miloyip/rapidjson/archive/v1.1.0.tar.gz
md5sum -c <<EOF
481d0f2fe24f46ce25234ea9704ef0b4 capnproto.tar.gz
58d238ffbb19152f04d2bff520847788 capnproto.tar.gz
5027c20cde76fdaef83a74acfcf98e23 websocketpp.tar.gz
badd12c511e081fec6c89c43a7027bce rapidjson.tar.gz
EOF
@ -27,7 +27,7 @@ tar xzf capnproto.tar.gz
tar xzf websocketpp.tar.gz
tar xzf rapidjson.tar.gz
cd /build/capnproto-0.6.1/c++/
cd /build/capnproto-7a7c4007e3e1b249f078a246749a584c96bf7503/c++/
cmake3 -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=off .
make -j4
make install

@ -14,11 +14,11 @@ apt-get install -y wget cmake g++ libsqlite3-dev libboost-filesystem1.62-dev zli
mkdir /build
cd /build
wget -O capnproto.tar.gz https://github.com/capnproto/capnproto/archive/v0.6.1.tar.gz
wget -O capnproto.tar.gz https://github.com/capnproto/capnproto/archive/7a7c4007e3e1b249f078a246749a584c96bf7503.tar.gz
wget -O websocketpp.tar.gz https://github.com/zaphoyd/websocketpp/archive/0.7.0.tar.gz
wget -O rapidjson.tar.gz https://github.com/miloyip/rapidjson/archive/v1.1.0.tar.gz
md5sum -c <<EOF
481d0f2fe24f46ce25234ea9704ef0b4 capnproto.tar.gz
58d238ffbb19152f04d2bff520847788 capnproto.tar.gz
5027c20cde76fdaef83a74acfcf98e23 websocketpp.tar.gz
badd12c511e081fec6c89c43a7027bce rapidjson.tar.gz
EOF
@ -27,7 +27,7 @@ tar xzf capnproto.tar.gz
tar xzf websocketpp.tar.gz
tar xzf rapidjson.tar.gz
cd /build/capnproto-0.6.1/c++/
cd /build/capnproto-7a7c4007e3e1b249f078a246749a584c96bf7503/c++/
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=off .
make -j4
make install

Loading…
Cancel
Save