We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ca6b5 commit 3800017Copy full SHA for 3800017
.evergreen/install-dependencies.sh
@@ -13,6 +13,7 @@ install_extension ()
13
echo "Compiling driver branch ${CHECKOUT_BRANCH} from repository ${CLONE_REPO}"
14
15
mkdir -p /tmp/compile
16
+ rm -rf /tmp/compile/mongo-php-driver
17
git clone ${CLONE_REPO} /tmp/compile/mongo-php-driver
18
cd /tmp/compile/mongo-php-driver
19
@@ -22,6 +23,8 @@ install_extension ()
22
23
./configure --enable-mongodb-developer-flags
24
make all -j20 > /dev/null
25
make install
26
+
27
+ cd ${PROJECT_DIRECTORY}
28
elif [ "x${DRIVER_VERSION}" != "x" ]; then
29
echo "Installing driver version ${DRIVER_VERSION} from PECL"
30
pecl install -f mongodb-${DRIVER_VERSION}
0 commit comments