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 4a83e54 commit 9d2212fCopy full SHA for 9d2212f
.evergreen/setup-encryption.sh
@@ -52,6 +52,9 @@ ls -la libmongocrypt
52
ls -la libmongocrypt/nocrypto
53
54
if [ -z "${SKIP_SERVERS:-}" ]; then
55
+ PYTHON_BINARY_OLD=${PYTHON_BINARY}
56
+ export PYTHON_BINARY=""
57
bash "${DRIVERS_TOOLS}"/.evergreen/csfle/setup-secrets.sh
58
+ export PYTHON_BINARY=$PYTHON_BINARY_OLD
59
bash "${DRIVERS_TOOLS}"/.evergreen/csfle/start-servers.sh
60
fi
0 commit comments