Show More
@@ -72,7 +72,7 b' echo "${RUSTUP_INIT_SHA256} rustup-init"' | |||||
72 |
|
72 | |||
73 | chmod +x rustup-init |
|
73 | chmod +x rustup-init | |
74 | sudo -H -u hg -g hg ./rustup-init -y |
|
74 | sudo -H -u hg -g hg ./rustup-init -y | |
75 |
sudo -H -u hg -g hg /home/hg/.cargo/bin/rustup install 1.31.1 1.4 |
|
75 | sudo -H -u hg -g hg /home/hg/.cargo/bin/rustup install 1.31.1 1.46.0 | |
76 | sudo -H -u hg -g hg /home/hg/.cargo/bin/rustup component add clippy |
|
76 | sudo -H -u hg -g hg /home/hg/.cargo/bin/rustup component add clippy | |
77 |
|
77 | |||
78 | sudo -H -u hg -g hg /home/hg/.cargo/bin/cargo install --version 0.7.0 pyoxidizer |
|
78 | sudo -H -u hg -g hg /home/hg/.cargo/bin/cargo install --version 0.7.0 pyoxidizer |
@@ -126,7 +126,7 b' function Install-Rust($prefix) {' | |||||
126 |
|
126 | |||
127 | Invoke-Process "${prefix}\assets\rustup-init.exe" "-y --default-host x86_64-pc-windows-msvc" |
|
127 | Invoke-Process "${prefix}\assets\rustup-init.exe" "-y --default-host x86_64-pc-windows-msvc" | |
128 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "target add i686-pc-windows-msvc" |
|
128 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "target add i686-pc-windows-msvc" | |
129 |
Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.4 |
|
129 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.46.0" | |
130 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy" |
|
130 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy" | |
131 |
|
131 | |||
132 | # Install PyOxidizer for packaging. |
|
132 | # Install PyOxidizer for packaging. |
General Comments 0
You need to be logged in to leave comments.
Login now