Skip to content

Commit c1b1a4f

Browse files
authored
GODRIVER-3088 Fix serverless binary handling (#1512)
1 parent 1415137 commit c1b1a4f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.evergreen/config.yml

-24
Original file line numberDiff line numberDiff line change
@@ -2319,30 +2319,6 @@ task_groups:
23192319
script: |
23202320
${PREPARE_SHELL}
23212321
2322-
if [ -z "${SERVERLESS_MONGODB_VERSION}" ]; then
2323-
echo "expected SERVERLESS_MONGODB_VERSION to be set"
2324-
exit 1
2325-
fi
2326-
2327-
# Download the enterprise server download for current platform to $MONGODB_BINARIES.
2328-
# This is required for tests that need mongocryptd.
2329-
# $MONGODB_BINARIES is added to the $PATH in fetch-source.
2330-
${PYTHON3_BINARY} $DRIVERS_TOOLS/.evergreen/mongodl.py \
2331-
--component archive \
2332-
--version ${SERVERLESS_MONGODB_VERSION} \
2333-
--edition enterprise \
2334-
--out $MONGODB_BINARIES \
2335-
--strip-path-components 2
2336-
2337-
# Download the crypt_shared dynamic library for the current platform.
2338-
${PYTHON3_BINARY} $DRIVERS_TOOLS/.evergreen/mongodl.py \
2339-
--component crypt_shared \
2340-
--version ${SERVERLESS_MONGODB_VERSION} \
2341-
--edition enterprise \
2342-
--out . \
2343-
--only "**/mongo_crypt_v1.*" \
2344-
--strip-path-components 1
2345-
23462322
# Find the crypt_shared library file in the current directory and set the CRYPT_SHARED_LIB_PATH to
23472323
# the path of that file. Only look for .so, .dll, or .dylib files to prevent matching any other
23482324
# downloaded files.

0 commit comments

Comments
 (0)