Skip to content

Commit 3cbddf6

Browse files
blink1073qingyang-hu
authored andcommitted
GODRIVER-3088 Fix serverless binary handling (#1512)
1 parent 52b9b15 commit 3cbddf6

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)