You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit addresses two failures that started showing up after GODRIVER-1855:
- Set the PYTHON environment variable to point to the local python3 installation before calling set-temp-creds.sh
- For Windows tasks, update the libmongocrypt URL to install the latest stable version (v1.2.0)
Copy file name to clipboardExpand all lines: .evergreen/config.yml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,7 @@ functions:
75
75
if [ "Windows_NT" = "$OS" ]; then
76
76
mkdir -p c:/libmongocrypt/include
77
77
mkdir -p c:/libmongocrypt/bin
78
-
# TODO: After a stable libmongocrypt 1.1.0 is released in MONGOCRYPT-293, update this URL to: https://s3.amazonaws.com/mciuploads/libmongocrypt/windows/latest_release/libmongocrypt.tar.gz
0 commit comments