Skip to content

Commit 3944f01

Browse files
committed
fixup: pin kerberos, different python version, bump nan
1 parent c02c1f7 commit 3944f01

File tree

4 files changed

+189
-14
lines changed

4 files changed

+189
-14
lines changed

.evergreen/print-compass-env.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ function printCompassEnv() {
7171
// We generally require a relatively recent C++ compiler
7272
pathsToPrepend.unshift('/opt/mongodbtoolchain/v4/bin');
7373

74+
// no Python 3.1x on ubuntu1604
75+
pathsToPrepend.unshift('/opt/python/3.9/bin');
7476
// node-gyp is tied to a specific Python version range
7577
pathsToPrepend.unshift('/opt/python/3.12/bin');
7678
}

package-lock.json

Lines changed: 185 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"dependencies": {
182182
"@mongosh/node-runtime-worker-thread": "^2.3.2",
183183
"clipboard": "^2.0.6",
184-
"kerberos": "^2.1.1",
184+
"kerberos": "2.1.0",
185185
"keytar": "^7.9.0",
186186
"mongodb-client-encryption": "^6.1.0",
187187
"os-dns-native": "^1.2.1",

packages/data-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"chai-as-promised": "^7.1.1",
7777
"depcheck": "^1.4.1",
7878
"eslint": "^7.25.0",
79-
"kerberos": "^2.1.1",
79+
"kerberos": "2.1.0",
8080
"mocha": "^10.2.0",
8181
"mongodb-log-writer": "^1.4.2",
8282
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)