Skip to content

Commit fc99a75

Browse files
committed
checkout libmongocrypt commit
1 parent 82d3fa0 commit fc99a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/scripts/compile-libmongocrypt.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ compile_libmongocrypt() {
1414
# git clone -q --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.10.0 || 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 DRIVERS-1541
18+
git -C libmongocrypt checkout 2265e79c8c5dfdb4bf38a6f6b77b8fc74f02a764
1919
}
2020

2121
declare -a crypt_cmake_flags=(

0 commit comments

Comments
 (0)