Skip to content

Commit

Permalink
fixup: back to latest kerberos...
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Oct 23, 2024
1 parent 5261470 commit fe5897b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 116 deletions.
2 changes: 0 additions & 2 deletions .evergreen/print-compass-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ function printCompassEnv() {

// https://jira.mongodb.org/browse/NODE-6320
printVar('GYP_DEFINES', `kerberos_use_rtld=${process.platform === 'linux'}`);
printVar('CFLAGS', '-DNODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT=1');
printVar('CXXFLAGS', '-DNODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT=1');
}

printCompassEnv();
132 changes: 20 additions & 112 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"dependencies": {
"@mongosh/node-runtime-worker-thread": "^2.3.2",
"clipboard": "^2.0.6",
"kerberos": "2.1.0",
"kerberos": "^2.2.0",
"keytar": "^7.9.0",
"mongodb-client-encryption": "^6.1.0",
"os-dns-native": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"chai-as-promised": "^7.1.1",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"kerberos": "2.1.0",
"kerberos": "^2.2.0",
"mocha": "^10.2.0",
"mongodb-log-writer": "^1.4.2",
"nyc": "^15.1.0",
Expand Down

0 comments on commit fe5897b

Please sign in to comment.