File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -2319,30 +2319,6 @@ task_groups:
2319
2319
script : |
2320
2320
${PREPARE_SHELL}
2321
2321
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
-
2346
2322
# Find the crypt_shared library file in the current directory and set the CRYPT_SHARED_LIB_PATH to
2347
2323
# the path of that file. Only look for .so, .dll, or .dylib files to prevent matching any other
2348
2324
# downloaded files.
You can’t perform that action at this time.
0 commit comments