There was an error while loading. Please reload this page.
1 parent 354c96a commit 748b9ceCopy full SHA for 748b9ce
.evergreen/config.yml
@@ -74,7 +74,8 @@ functions:
74
export PROJECT_DIRECTORY="$PROJECT_DIRECTORY"
75
76
export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
77
- export PATH="$MONGODB_BINARIES:$PATH"
+ # Installation of cryptography requires a rust compiler on some machines
78
+ export PATH="$MONGODB_BINARIES:/home/admin/.cargo/bin:$PATH"
79
export PROJECT="${project}"
80
EOT
81
# See what we've done
0 commit comments