Skip to content

Commit de92978

Browse files
committed
try another aws fix
1 parent 84d8cdf commit de92978

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function _cargo_install() {
1717
export CARGO_HOME=${CARGO_HOME:-$HOME/.cargo/}
1818
export RUSTUP_HOME="${CARGO_HOME}/.rustup"
1919
. ${DRIVERS_TOOLS}/.evergreen/install-rust.sh
20-
cargo install "$@"
20+
cargo install --force --quiet "$@"
2121
}
2222

2323
# Install just.

.evergreen/scripts/prepare-resources.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ else
2424
fi
2525

2626
# Add 'server' and 'hostname_not_in_cert' as a hostnames
27-
echo "127.0.0.1 server" | $SUDO tee -a /etc/hosts
28-
echo "127.0.0.1 hostname_not_in_cert" | $SUDO tee -a /etc/hosts
27+
# echo "127.0.0.1 server" | $SUDO tee -a /etc/hosts
28+
# echo "127.0.0.1 hostname_not_in_cert" | $SUDO tee -a /etc/hosts

0 commit comments

Comments
 (0)