From 11e56a4ad9f551b1dfdb3d5536a28af4f769f74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ferdinand=20Rivera=20Morell?= Date: Sun, 18 Aug 2024 11:18:51 -0500 Subject: [PATCH] Remove CI fetch of functional. --- .drone/drone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/drone.sh b/.drone/drone.sh index eb662ee..2f2125d 100755 --- a/.drone/drone.sh +++ b/.drone/drone.sh @@ -15,7 +15,7 @@ if [ "$DRONE_BRANCH" = "master" ]; then BOOST_BRANCH=master; fi cd .. git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root cd boost-root -git submodule update --init tools/boostdep libs/functional +git submodule update --init tools/boostdep cp -r $DRONE_BUILD_DIR/* libs/$LIBRARY python tools/boostdep/depinst/depinst.py $LIBRARY ./bootstrap.sh