Commit d0590c7 1 parent fb8761f commit d0590c7 Copy full SHA for d0590c7
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ build_sasl2() {
48
48
# (because they don't exist in the PIP repositories) and "pip install" will fail without rust. Specifically, when
49
49
# compiling cryptographic libraries.
50
50
setup_rust () {
51
- if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
51
+ if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
52
52
curl --proto ' =https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
53
53
export PATH=" $HOME /.cargo/bin:$PATH "
54
54
. " $HOME /.cargo/env"
@@ -60,7 +60,7 @@ setup_rust() {
60
60
setup_python_venv () {
61
61
python3 -m venv /sasl
62
62
. /sasl/bin/activate
63
- if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
63
+ if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
64
64
pip3 install msal
65
65
fi
66
66
}
100
100
# Run compilation and installation
101
101
setup_rust
102
102
base_install
103
- if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
103
+ if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
104
104
rustup self uninstall -y
105
105
fi
106
106
You can’t perform that action at this time.
0 commit comments