Mercurial > public > mercurial-scm > hg-stable
comparison contrib/automation/hgautomation/linux.py @ 45749:f95b16796688 stable
pyoxidizer: update to PyOxidizer 0.9
We were previously using a Git commit from a few days before the 0.8
release. This commit upgrades us to the just-released 0.9 release.
This required some Starlark changes due to backwards incompatible
changes.
Differential Revision: https://phab.mercurial-scm.org/D9228
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 18 Oct 2020 22:48:00 -0700 |
parents | 7a907388a4a5 |
children | a6c5ec6b4728 |
comparison
equal
deleted
inserted
replaced
45748:661f1e3b07af | 45749:f95b16796688 |
---|---|
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 --git https://github.com/indygreg/PyOxidizer.git --rev 4697fb25918dfad6dc73288daeea501063963a08 pyoxidizer | 78 sudo -H -u hg -g hg /home/hg/.cargo/bin/cargo install --version 0.9.0 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 |