Skip to content

Commit 9d2212f

Browse files
committed
Don't pass PYTHON_BINARY to CSFLE setup
1 parent 4a83e54 commit 9d2212f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/setup-encryption.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ ls -la libmongocrypt
5252
ls -la libmongocrypt/nocrypto
5353

5454
if [ -z "${SKIP_SERVERS:-}" ]; then
55+
PYTHON_BINARY_OLD=${PYTHON_BINARY}
56+
export PYTHON_BINARY=""
5557
bash "${DRIVERS_TOOLS}"/.evergreen/csfle/setup-secrets.sh
58+
export PYTHON_BINARY=$PYTHON_BINARY_OLD
5659
bash "${DRIVERS_TOOLS}"/.evergreen/csfle/start-servers.sh
5760
fi

0 commit comments

Comments
 (0)