File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ build_sasl2() {
4848# (because they don't exist in the PIP repositories) and "pip install" will fail without rust. Specifically, when
4949# compiling cryptographic libraries.
5050setup_rust () {
51- if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
51+ if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
5252 curl --proto ' =https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
5353 export PATH=" $HOME /.cargo/bin:$PATH "
5454 . " $HOME /.cargo/env"
@@ -60,7 +60,7 @@ setup_rust() {
6060setup_python_venv () {
6161 python3 -m venv /sasl
6262 . /sasl/bin/activate
63- if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
63+ if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
6464 pip3 install msal
6565 fi
6666}
100100 # Run compilation and installation
101101 setup_rust
102102 base_install
103- if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
103+ if [[ " ${arch} " != " 386" ]] && [[ " ${arch} " != " i386" ]] && [[ " ${arch} " != " mips64el" ]]; then
104104 rustup self uninstall -y
105105 fi
106106
You can’t perform that action at this time.
0 commit comments