File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def _setup_azure_vm(base_env: dict[str, str]) -> None:
30
30
env ["AZUREKMS_CMD" ] = "tar xf mongo-python-driver.tgz"
31
31
run_command (f"{ azure_dir } /run-command.sh" , env = env )
32
32
33
- env ["AZUREKMS_CMD" ] = "bash .evergreen/just.sh setup-tests kms azure-remote"
33
+ env ["AZUREKMS_CMD" ] = "NO_EXT=1 bash .evergreen/just.sh setup-tests kms azure-remote"
34
34
run_command (f"{ azure_dir } /run-command.sh" , env = env )
35
35
LOGGER .info ("Setting up Azure VM... done." )
36
36
@@ -47,7 +47,7 @@ def _setup_gcp_vm(base_env: dict[str, str]) -> None:
47
47
env ["GCPKMS_CMD" ] = "tar xf mongo-python-driver.tgz"
48
48
run_command (f"{ gcp_dir } /run-command.sh" , env = env )
49
49
50
- env ["GCPKMS_CMD" ] = "bash ./.evergreen/just.sh setup-tests kms gcp-remote"
50
+ env ["GCPKMS_CMD" ] = "NO_EXT=1 bash ./.evergreen/just.sh setup-tests kms gcp-remote"
51
51
run_command (f"{ gcp_dir } /run-command.sh" , env = env )
52
52
LOGGER .info ("Setting up GCP VM..." )
53
53
You can’t perform that action at this time.
0 commit comments