File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,7 @@ functions:
93
93
go version
94
94
go env
95
95
96
- LIBMONGOCRYPT_BRANCH="master"
97
- # LIBMONGOCRYPT_COMMIT is the development branch including unreleased features of libmongocrypt 1.6.0.
98
- # TODO(GODRIVER-2515) use libmongocrypt 1.6.0 once it is tagged.
99
- LIBMONGOCRYPT_COMMIT="393046ba379d097f482a9d41d05bf2ebc78ce397"
96
+ LIBMONGOCRYPT_TAG="1.6.1"
100
97
# Install libmongocrypt based on OS.
101
98
if [ "Windows_NT" = "$OS" ]; then
102
99
mkdir -p c:/libmongocrypt/include
@@ -105,7 +102,7 @@ functions:
105
102
mkdir libmongocrypt-all
106
103
cd libmongocrypt-all
107
104
# The following URL is published from the upload-all task in the libmongocrypt Evergreen project.
108
- curl https://mciuploads.s3.amazonaws.com/libmongocrypt/all/$LIBMONGOCRYPT_BRANCH/$LIBMONGOCRYPT_COMMIT /libmongocrypt-all.tar.gz -o libmongocrypt-all.tar.gz
105
+ curl https://mciuploads.s3.amazonaws.com/libmongocrypt/all/$LIBMONGOCRYPT_TAG /libmongocrypt-all.tar.gz -o libmongocrypt-all.tar.gz
109
106
tar -xf libmongocrypt-all.tar.gz
110
107
cd ..
111
108
cp libmongocrypt-all/windows-test/bin/mongocrypt.dll c:/libmongocrypt/bin
@@ -116,7 +113,7 @@ functions:
116
113
else
117
114
git clone https://github.com/mongodb/libmongocrypt
118
115
cd libmongocrypt
119
- git checkout $LIBMONGOCRYPT_COMMIT
116
+ git checkout $LIBMONGOCRYPT_TAG
120
117
cd ..
121
118
./libmongocrypt/.evergreen/compile.sh
122
119
fi
You can’t perform that action at this time.
0 commit comments