Skip to content

Commit 53dcabc

Browse files
adjust build script for custom-dependency tests
1 parent 005b343 commit 53dcabc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.evergreen/run-custom-csfle-tests.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ echo "adding temporary AWS credentials to environment"
2222
# CSFLE_AWS_TEMP_ACCESS_KEY_ID, CSFLE_AWS_TEMP_SECRET_ACCESS_KEY, CSFLE_AWS_TEMP_SESSION_TOKEN
2323
. "$DRIVERS_TOOLS"/.evergreen/csfle/set-temp-creds.sh
2424

25-
npm i git+https://github.com/mongodb-js/mongodb-client-encryption.git
25+
git clone https://github.com/mongodb-js/mongodb-client-encryption.git
26+
cd mongodb-client-encryption
27+
npm install && npm run install:libmongocrypt
28+
cd -
29+
npm link mongodb-client-encryption
2630

2731
export MONGODB_URI=${MONGODB_URI}
2832
export KMIP_TLS_CA_FILE="${DRIVERS_TOOLS}/.evergreen/x509gen/ca.pem"

0 commit comments

Comments
 (0)