contrib/automation/hgautomation/linux.py
changeset 45685 57b5452a55d5
parent 45643 6a36e2d2011f
child 45690 7a907388a4a5
equal deleted inserted replaced
45684:0c18493287f5 45685:57b5452a55d5
    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