File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ if [ "$OS" == "Windows_NT" ]; then
13
13
14
14
curl -sSfLO https://raw.githubusercontent.com/mongodb-js/compass/42e6142ae08be6fec944b80ff6289e6bcd11badf/.evergreen/node-gyp-bug-workaround.sh && bash node-gyp-bug-workaround.sh
15
15
else
16
+ echo " Setting up Rust"
17
+ curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh /dev/stdin -y
18
+
16
19
if [ ` uname` = Darwin ]; then
17
20
export NVM_DIR=" $BASEDIR /.nvm"
18
21
mkdir -p " ${NVM_DIR} "
Original file line number Diff line number Diff line change 19
19
echo " TERM variable is set to '${TERM:- } '"
20
20
21
21
if [ " $OS " != " Windows_NT" ]; then
22
+ source $HOME /.cargo/env
23
+
22
24
if [ ` uname` = Darwin ]; then
23
25
echo " Using clang version:"
24
26
(which clang && clang --version)
You can’t perform that action at this time.
0 commit comments