contrib/automation/hgautomation/linux.py
branchstable
changeset 46353 a6c5ec6b4728
parent 45749 f95b16796688
child 47195 546e812a1c2d
equal deleted inserted replaced
46352:e78dea142968 46353:a6c5ec6b4728
    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.9.0 pyoxidizer
    78 sudo -H -u hg -g hg /home/hg/.cargo/bin/cargo install --version 0.10.3 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