File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ echo using zlib : : : ^<warnings^>off ^; >> !BOOST_ROOT!\project-config.jam
4242
4343REM Customizations
4444cd
45- pushd !BOOST_ROOT! \libs
46- git clone https://github.com/cppalliance/buffers -b !BOOST_BRANCH! --depth 1
4745popd
4846pushd !BOOST_ROOT! \libs
4947git clone https://github.com/cppalliance/capy -b !BOOST_BRANCH! --depth 1
Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ common_install () {
3535
3636 . ./ci/common_install.sh
3737
38- if [ ! -d " $BOOST_ROOT /libs/buffers" ]; then
39- pushd $BOOST_ROOT /libs
40- git clone https://github.com/cppalliance/buffers -b $BOOST_BRANCH --depth 1
41- popd
42- fi
43-
4438 if [ ! -d " $BOOST_ROOT /libs/capy" ]; then
4539 pushd $BOOST_ROOT /libs
4640 git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1
@@ -121,11 +115,6 @@ cp -r $DRONE_BUILD_DIR/* libs/$SELF
121115git submodule update --init --recursive
122116
123117# Customizations
124- if [ ! -d " $BOOST_ROOT /libs/buffers" ]; then
125- pushd $BOOST_ROOT /libs
126- git clone https://github.com/cppalliance/buffers -b $BOOST_BRANCH --depth 1
127- popd
128- fi
129118if [ ! -d " $BOOST_ROOT /libs/capy" ]; then
130119 pushd $BOOST_ROOT /libs
131120 git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1
You can’t perform that action at this time.
0 commit comments