We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be1bbf commit 3c404a0Copy full SHA for 3c404a0
.evergreen/print-compass-env.js
@@ -68,9 +68,13 @@ function printCompassEnv() {
68
}
69
70
if (process.env.PLATFORM === 'linux') {
71
+ // node-gyp is tied to a specific Python version range
72
+ pathsToPrepend.unshift('/opt/python/3.9/bin');
73
+
74
// To build node modules on linux post electron 13 we need a newer c++
75
// compiler version and at least python v3.9, this adds it.
76
// https://jira.mongodb.org/browse/COMPASS-5150
77
+ pathsToPrepend.unshift('/opt/mongodbtoolchain/v3/bin');
78
pathsToPrepend.unshift('/opt/mongodbtoolchain/v4/bin');
79
80
0 commit comments