Skip to content

Commit 748b9ce

Browse files
committed
PYTHON-2575 Set cargo path for cryptography builds
1 parent 354c96a commit 748b9ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ functions:
7474
export PROJECT_DIRECTORY="$PROJECT_DIRECTORY"
7575
7676
export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
77-
export PATH="$MONGODB_BINARIES:$PATH"
77+
# Installation of cryptography requires a rust compiler on some machines
78+
export PATH="$MONGODB_BINARIES:/home/admin/.cargo/bin:$PATH"
7879
export PROJECT="${project}"
7980
EOT
8081
# See what we've done

0 commit comments

Comments
 (0)