Skip to content

Commit 21ca6b5

Browse files
committed
Add missing branch compilation env variables
1 parent 474ec83 commit 21ca6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ functions:
268268
${PREPARE_SHELL}
269269
file="${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh"
270270
# Don't use ${file} syntax here because evergreen treats it as an empty expansion.
271-
[ -f "$file" ] && PHP_VERSION=${PHP_VERSION} DRIVER_VERSION=${DRIVER_VERSION} sh $file || echo "$file not available, skipping"
271+
[ -f "$file" ] && PHP_VERSION=${PHP_VERSION} DRIVER_VERSION=${DRIVER_VERSION} DRIVER_REPO=${DRIVER_REPO} DRIVER_BRANCH=${DRIVER_BRANCH} sh $file || echo "$file not available, skipping"
272272
273273
pre:
274274
- func: "fetch source"

0 commit comments

Comments
 (0)