Skip to content

Commit 98779c0

Browse files
committed
try disabling c ext
1 parent 134d1a6 commit 98779c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/scripts/configure-env.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ EOT
7676
rm -rf $DRIVERS_TOOLS
7777
BRANCH=master
7878
ORG=mongodb-labs
79-
BRANCH=PYTHON-5498
80-
ORG=blink1073
8179
git clone --branch $BRANCH https://github.com/$ORG/drivers-evergreen-tools.git $DRIVERS_TOOLS
8280

8381
cat <<EOT > ${DRIVERS_TOOLS}/.env

.evergreen/scripts/kms_tester.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ def setup_kms(sub_test_name: str) -> None:
8080

8181
write_env("SUCCESS", success)
8282

83-
# For remote tests, there is no further work required.
83+
# For remote tests, there is no further work required, other than to disable C extensions
84+
# because the VM doesn't necessarily have the ability to build them.
8485
if sub_test_type == "remote":
86+
write_env("NO_EXT")
8587
return
8688

8789
if sub_test_target == "azure":

0 commit comments

Comments
 (0)