File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ compile_libmongocrypt() {
10
10
# `.evergreen/scripts/kms-divergence-check.sh` to ensure that there is no
11
11
# divergence in the copied files.
12
12
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
15
15
{
16
16
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
19
19
}
20
20
21
21
declare -a crypt_cmake_flags=(
You can’t perform that action at this time.
0 commit comments