Skip to content

Commit

Permalink
GODRIVER-2676 set libmongocrypt test dep to 1.7.0 (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs authored Jan 24, 2023
1 parent 7b8eca4 commit b1e7aa5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ functions:
go version
go env
# TODO(GODRIVER-2676): use libmongocrypt 1.7.0 once it is released.
LIBMONGOCRYPT_TAG="1.7.0-alpha2"
LIBMONGOCRYPT_TAG="1.7.0"
# Install libmongocrypt based on OS.
if [ "Windows_NT" = "$OS" ]; then
mkdir -p c:/libmongocrypt/include
Expand All @@ -105,11 +104,7 @@ functions:
mkdir libmongocrypt-all
cd libmongocrypt-all
# The following URL is published from the upload-all task in the libmongocrypt Evergreen project.
# TODO(GODRIVER-2676): replace this URL once libmongocrypt 1.7.0 is released with the following:
# curl https://mciuploads.s3.amazonaws.com/libmongocrypt/all/$LIBMONGOCRYPT_TAG/libmongocrypt-all.tar.gz -o libmongocrypt-all.tar.gz
# There is no tag URL for libmongocrypt pre-releases.
LIBMONGOCRYPT_COMMIT=1a28503fed3dbf7bf4cde649debb750666d72c4c
curl https://mciuploads.s3.amazonaws.com/libmongocrypt/all/master/$LIBMONGOCRYPT_COMMIT/libmongocrypt-all.tar.gz -o libmongocrypt-all.tar.gz
curl https://mciuploads.s3.amazonaws.com/libmongocrypt/all/$LIBMONGOCRYPT_TAG/libmongocrypt-all.tar.gz -o libmongocrypt-all.tar.gz
tar -xf libmongocrypt-all.tar.gz
cd ..
cp libmongocrypt-all/windows-test/bin/mongocrypt.dll c:/libmongocrypt/bin
Expand Down

0 comments on commit b1e7aa5

Please sign in to comment.