Skip to content

Commit 66841d0

Browse files
authored
Update to libmongocrypt with MONGOCRYPT-706 (#1656)
1 parent a829eea commit 66841d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.evergreen/scripts/compile-libmongocrypt.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ compile_libmongocrypt() {
1010
# `.evergreen/scripts/kms-divergence-check.sh` to ensure that there is no
1111
# divergence in the copied files.
1212

13-
# TODO: once 1.10.0 is released (containing MONGOCRYPT-605) replace the following with:
14-
# git clone -q --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.10.0 || return
13+
# TODO: once 1.10.2 is released (containing MONGOCRYPT-706) replace the following with:
14+
# git clone -q --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.10.2 || return
1515
{
1616
git clone -q https://github.com/mongodb/libmongocrypt || return
17-
# Check out commit containing MONGOCRYPT-614
18-
git -C libmongocrypt checkout 9ce5db1ca353a4b82788724257d460a9ce67a3e9
17+
# Check out commit containing MONGOCRYPT-706
18+
git -C libmongocrypt checkout 06dedd42351b9adce146eaa0e971e793d8676e49
1919
}
2020

2121
declare -a crypt_cmake_flags=(

0 commit comments

Comments
 (0)