Skip to content

Commit b50a11b

Browse files
committed
Update submodule sources when building driver
1 parent d4170f7 commit b50a11b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.evergreen/compile-unix.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ esac
6565
# Report the current PHP version
6666
echo "PHP: `php --version | head -n 1`"
6767

68+
# If we're testing a specific version of libmongoc, update submodule sources
69+
if [ -n "$LIBMONGOC_VERSION" ]; then
70+
php scripts/update-submodule-sources.php
71+
fi
72+
6873
phpize
6974
./configure --enable-mongodb-developer-flags
7075

0 commit comments

Comments
 (0)