Skip to content

Commit 8f995d1

Browse files
authored
pin libmongocrypt to 1.5.0-alpha2 (#1018)
1 parent b759748 commit 8f995d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/compile-unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pkg-config --modversion libssl || true
227227

228228
if [ "$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" ../

.evergreen/compile-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fi
115115

116116
if [ "$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" ../

0 commit comments

Comments
 (0)