We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f551fa commit 7b4d54fCopy full SHA for 7b4d54f
build-scripts/sasl-build.sh
@@ -48,6 +48,7 @@ build_sasl2() {
48
setup_rust() {
49
curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
50
export PATH="$HOME/.cargo/bin:$PATH"
51
+ . "$HOME/.cargo/env"
52
}
53
54
# Create a virtual environment and install the msal library for the
@@ -66,7 +67,7 @@ base_install() {
66
67
setup_rust
68
build_sasl2
69
setup_python_venv
- rustup self uninstall
70
+ rustup self uninstall -y
71
72
73
0 commit comments