@@ -35,9 +35,9 @@ common_install () {
3535
3636 . ./ci/common_install.sh
3737
38- if [ ! -d " $BOOST_ROOT /libs/rts " ]; then
38+ if [ ! -d " $BOOST_ROOT /libs/capy " ]; then
3939 pushd $BOOST_ROOT /libs
40- git clone https://github.com/cppalliance/rts -b $BOOST_BRANCH --depth 1
40+ git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1
4141 popd
4242 fi
4343
@@ -47,16 +47,16 @@ common_install () {
4747 popd
4848 fi
4949
50- if [ ! -d " $BOOST_ROOT /libs/http_proto " ]; then
50+ if [ ! -d " $BOOST_ROOT /libs/http " ]; then
5151 pushd $BOOST_ROOT /libs
52- git clone https://github.com/cppalliance/http_proto -b $BOOST_BRANCH --depth 1
52+ git clone https://github.com/cppalliance/http -b $BOOST_BRANCH --depth 1
5353 popd
5454 fi
5555
5656 pushd $BOOST_ROOT
5757 $pythonexecutable tools/boostdep/depinst/depinst.py buffers
58- $pythonexecutable tools/boostdep/depinst/depinst.py http_proto
59- $pythonexecutable tools/boostdep/depinst/depinst.py ws_proto
58+ $pythonexecutable tools/boostdep/depinst/depinst.py http
59+ $pythonexecutable tools/boostdep/depinst/depinst.py websocket
6060 popd
6161}
6262
@@ -133,9 +133,9 @@ cp -r $DRONE_BUILD_DIR/* libs/$SELF
133133git submodule update --init --recursive
134134
135135# Customizations
136- if [ ! -d " $BOOST_ROOT /libs/rts " ]; then
136+ if [ ! -d " $BOOST_ROOT /libs/capy " ]; then
137137 pushd $BOOST_ROOT /libs
138- git clone https://github.com/cppalliance/rts -b $BOOST_BRANCH --depth 1
138+ git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1
139139 popd
140140fi
141141
@@ -145,9 +145,9 @@ if [ ! -d "$BOOST_ROOT/libs/buffers" ]; then
145145 popd
146146fi
147147
148- if [ ! -d " $BOOST_ROOT /libs/http_proto " ]; then
148+ if [ ! -d " $BOOST_ROOT /libs/http " ]; then
149149 pushd $BOOST_ROOT /libs
150- git clone https://github.com/cppalliance/http_proto -b $BOOST_BRANCH --depth 1
150+ git clone https://github.com/cppalliance/http -b $BOOST_BRANCH --depth 1
151151 popd
152152fi
153153
0 commit comments