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 6986355 commit 36609b1Copy full SHA for 36609b1
.evergreen/install-mongodb-client-encryption.sh
@@ -15,6 +15,13 @@ pushd mongodb-client-encryption
15
node --version
16
npm --version
17
18
+# https://github.com/nodejs/node-gyp#configuring-python-dependency
19
+. $DRIVERS_TOOLS/.evergreen/find-python3.sh
20
+NODE_GYP_FORCE_PYTHON=$(find_python3)
21
+export NODE_GYP_FORCE_PYTHON
22
+
23
+echo "NODE_GYP_FORCE_PYTHON: $NODE_GYP_FORCE_PYTHON"
24
25
if [ -n "${LIBMONGOCRYPT_VERSION}" ]; then
26
# nightly tests test with `latest` to test against the laster FLE build.
27
npm run install:libmongocrypt -- --build --libVersion $LIBMONGOCRYPT_VERSION
0 commit comments