File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -2301,30 +2301,6 @@ task_groups:
23012301 script : |
23022302 ${PREPARE_SHELL}
23032303
2304- if [ -z "${SERVERLESS_MONGODB_VERSION}" ]; then
2305- echo "expected SERVERLESS_MONGODB_VERSION to be set"
2306- exit 1
2307- fi
2308-
2309- # Download the enterprise server download for current platform to $MONGODB_BINARIES.
2310- # This is required for tests that need mongocryptd.
2311- # $MONGODB_BINARIES is added to the $PATH in fetch-source.
2312- ${PYTHON3_BINARY} $DRIVERS_TOOLS/.evergreen/mongodl.py \
2313- --component archive \
2314- --version ${SERVERLESS_MONGODB_VERSION} \
2315- --edition enterprise \
2316- --out $MONGODB_BINARIES \
2317- --strip-path-components 2
2318-
2319- # Download the crypt_shared dynamic library for the current platform.
2320- ${PYTHON3_BINARY} $DRIVERS_TOOLS/.evergreen/mongodl.py \
2321- --component crypt_shared \
2322- --version ${SERVERLESS_MONGODB_VERSION} \
2323- --edition enterprise \
2324- --out . \
2325- --only "**/mongo_crypt_v1.*" \
2326- --strip-path-components 1
2327-
23282304 # Find the crypt_shared library file in the current directory and set the CRYPT_SHARED_LIB_PATH to
23292305 # the path of that file. Only look for .so, .dll, or .dylib files to prevent matching any other
23302306 # downloaded files.
You can’t perform that action at this time.
0 commit comments