File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ INSTALL_DIR=$ROOT/install
9
9
. .evergreen/find-cmake.sh
10
10
echo " Installing libmongocrypt ... begin"
11
11
# TODO(CDRIVER-4394) update to use libmongocrypt 1.7.0 once there is a stable 1.7.0 release.
12
- git clone https://github.com/mongodb/libmongocrypt --branch 1.7.0-alpha1
12
+ git clone --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.7.0-alpha1
13
13
$CMAKE -DCMAKE_INSTALL_PREFIX=" $INSTALL_DIR " \
14
14
-DBUILD_TESTING=OFF \
15
15
" -H$ROOT /libmongocrypt" \
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ ROOT=$(pwd)
8
8
INSTALL_DIR=$ROOT /install
9
9
. .evergreen/find-cmake.sh
10
10
echo " Installing libmongocrypt ... begin"
11
- git clone --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.6.0
11
+ # TODO(CDRIVER-4394) update to use libmongocrypt 1.7.0 once there is a stable 1.7.0 release.
12
+ git clone --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.7.0-alpha1
12
13
$CMAKE -DCMAKE_INSTALL_PREFIX=" $INSTALL_DIR " \
13
14
-DBUILD_TESTING=OFF \
14
15
" -H$ROOT /libmongocrypt" \
@@ -29,4 +30,4 @@ $CMAKE \
29
30
-DCMAKE_PREFIX_PATH=$INSTALL_DIR \
30
31
.
31
32
$CMAKE --build . --target test-gcpkms
32
- echo " Compile test-gcpkms ... end"
33
+ echo " Compile test-gcpkms ... end"
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ pkg-config --modversion libssl || true
230
230
if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
231
231
# Build libmongocrypt, using the previously fetched installed source.
232
232
# TODO(CDRIVER-4394) update to use libmongocrypt 1.7.0 once there is a stable 1.7.0 release.
233
- git clone https://github.com/mongodb/libmongocrypt --branch 1.7.0-alpha1
233
+ git clone --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.7.0-alpha1
234
234
235
235
mkdir libmongocrypt/cmake-build
236
236
cd libmongocrypt/cmake-build
Original file line number Diff line number Diff line change 121
121
if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
122
122
# Build libmongocrypt, using the previously fetched installed source.
123
123
# TODO(CDRIVER-4394) update to use libmongocrypt 1.7.0 once there is a stable 1.7.0 release.
124
- git clone https://github.com/mongodb/libmongocrypt --branch 1.7.0-alpha1
124
+ git clone --depth=1 https://github.com/mongodb/libmongocrypt --branch 1.7.0-alpha1
125
125
mkdir libmongocrypt/cmake-build
126
126
cd libmongocrypt/cmake-build
127
127
" $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