File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ pkg-config --modversion libssl || true
227
227
228
228
if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
229
229
# Build libmongocrypt, using the previously fetched installed source.
230
- git clone https://github.com/mongodb/libmongocrypt
230
+ git clone https://github.com/mongodb/libmongocrypt --branch 1.5.0-alpha2
231
231
mkdir libmongocrypt/cmake-build
232
232
cd libmongocrypt/cmake-build
233
233
$CMAKE -DENABLE_SHARED_BSON=ON -DCMAKE_BUILD_TYPE=" Debug" -DCMAKE_INSTALL_PREFIX=" $INSTALL_DIR " -DCMAKE_PREFIX_PATH=" $CMAKE_PREFIX_PATH " ../
Original file line number Diff line number Diff line change 115
115
116
116
if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
117
117
# Build libmongocrypt, using the previously fetched installed source.
118
- git clone https://github.com/mongodb/libmongocrypt
118
+ git clone https://github.com/mongodb/libmongocrypt --branch 1.5.0-alpha2
119
119
mkdir libmongocrypt/cmake-build
120
120
cd libmongocrypt/cmake-build
121
121
" $CMAKE " -G " $CC " " -DCMAKE_PREFIX_PATH=${INSTALL_DIR} /lib/cmake" -DENABLE_SHARED_BSON=ON -DCMAKE_INSTALL_PREFIX=" $INSTALL_DIR " ../
You can’t perform that action at this time.
0 commit comments