We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d3fa0 commit fc99a75Copy full SHA for fc99a75
.evergreen/scripts/compile-libmongocrypt.sh
@@ -14,8 +14,8 @@ compile_libmongocrypt() {
14
# git clone -q --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.10.0 || return
15
{
16
git clone -q https://github.com/mongodb/libmongocrypt || return
17
- # Check out commit containing MONGOCRYPT-614
18
- git -C libmongocrypt checkout 9ce5db1ca353a4b82788724257d460a9ce67a3e9
+ # Check out commit containing DRIVERS-1541
+ git -C libmongocrypt checkout 2265e79c8c5dfdb4bf38a6f6b77b8fc74f02a764
19
}
20
21
declare -a crypt_cmake_flags=(
0 commit comments