equal
deleted
inserted
replaced
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.46.0 |
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 --git https://github.com/indygreg/PyOxidizer.git --rev 4697fb25918dfad6dc73288daeea501063963a08 pyoxidizer |
79 ''' |
79 ''' |
80 |
80 |
81 |
81 |
82 BOOTSTRAP_VIRTUALENV = r''' |
82 BOOTSTRAP_VIRTUALENV = r''' |
83 /usr/bin/virtualenv /hgdev/venv-bootstrap |
83 /usr/bin/virtualenv /hgdev/venv-bootstrap |