We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e429b commit d79a383Copy full SHA for d79a383
1 file changed
ci/container_scripts/install_extra_deps.sh
@@ -59,15 +59,15 @@ case "$CC" in
59
;;
60
esac
61
62
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
63
-rustup set profile minimal
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain none --profile minimal
+source "$HOME/.cargo/env"
64
+
65
if [ "${BUILDTYPE:-}" = coverage ]
66
+then
67
# Add a directory override, which overrides rust-toolchain.toml
68
rustup override set nightly-2022-10-14
69
fi
70
-PATH="$HOME/.cargo/bin:$PATH"
-
71
# For debugging
72
cargo --version
73
0 commit comments