Skip to content

Commit b8bf5c8

Browse files
authored
ci: pull in fixed prebuild version and add kerberos to dev dependencies (#4411)
1 parent 80d798b commit b8bf5c8

File tree

4 files changed

+1347
-954
lines changed

4 files changed

+1347
-954
lines changed

.evergreen/run-kerberos-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ USER=$(node -p "encodeURIComponent(process.env.PRINCIPAL)")
2727
export MONGODB_URI="mongodb://${USER}@${SASL_HOST}/${GSSAPI_DB}?authMechanism=GSSAPI"
2828

2929
set -o xtrace
30-
npm install [email protected]
30+
3131
npm run check:kerberos
3232

3333
set +o xtrace

0 commit comments

Comments
 (0)