File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,18 @@ 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
- # Clone libmongocrypt and check-out 1.13.0.
14
- git clone -q --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.13.0 || return
13
+ # Clone libmongocrypt and check-out commit containing changes for SPM-4158.
14
+ git clone -q https://github.com/mongodb/libmongocrypt || return
15
+ cd libmongocrypt
16
+ git checkout 5b4691bfb964155bd1374666f0330446278708df
17
+ cd ..
15
18
16
19
declare -a crypt_cmake_flags=(
17
20
" -DMONGOCRYPT_MONGOC_DIR=${mongoc_dir} "
18
21
" -DBUILD_TESTING=OFF"
19
22
" -DENABLE_ONLINE_TESTS=OFF"
20
23
" -DENABLE_MONGOC=OFF"
21
- " -DBUILD_VERSION=1.13.0 "
24
+ " -DBUILD_VERSION=1.15.0-pre "
22
25
)
23
26
24
27
. " $( dirname " ${BASH_SOURCE[0]} " ) /find-ccache.sh"
You can’t perform that action at this time.
0 commit comments