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
227227
228228if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
229229 # 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
231231 mkdir libmongocrypt/cmake-build
232232 cd libmongocrypt/cmake-build
233233 $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 115115
116116if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
117117 # 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
119119 mkdir libmongocrypt/cmake-build
120120 cd libmongocrypt/cmake-build
121121 " $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