Skip to content

Commit

Permalink
bump libmongocrypt commit hash and mongodb-client-encryption version
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jan 23, 2023
1 parent e9a3f53 commit ad17243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ BUILD_VARIANTS.push({
const oneOffFuncAsTasks = []

for (const version of ['5.0', 'rapid', 'latest']) {
for (const ref of ['b3eca7c8fbc9bb639aa0dab6cf7fc7b7afc8b0e0', 'master']) {
for (const ref of ['71c6553002331a9fca081a890c70002b662572dc', 'master']) {
oneOffFuncAsTasks.push({
name: `run-custom-csfle-tests-${version}-${ref === 'master' ? ref : 'pinned-commit'}`,
tags: ['run-custom-dependency-tests'],
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/run-serverless-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z ${MONGODB_URI+omitted} ]; then echo "MONGODB_URI is unset" && exit 1; fi
if [ -z ${SERVERLESS_ATLAS_USER+omitted} ]; then echo "SERVERLESS_ATLAS_USER is unset" && exit 1; fi
if [ -z ${SERVERLESS_ATLAS_PASSWORD+omitted} ]; then echo "SERVERLESS_ATLAS_PASSWORD is unset" && exit 1; fi

npm install mongodb-client-encryption@">=2.3.0"
npm install mongodb-client-encryption@">=2.4.0-alpha.1"

npx mocha \
--config test/mocha_mongodb.json \
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ else
source "$DRIVERS_TOOLS"/.evergreen/csfle/set-temp-creds.sh
fi

npm install mongodb-client-encryption@">=2.3.0"
npm install mongodb-client-encryption@">=2.4.0-alpha.1"
npm install @mongodb-js/zstd
npm install snappy

Expand Down

0 comments on commit ad17243

Please sign in to comment.