Mercurial > hg-stable
comparison contrib/automation/hgautomation/linux.py @ 46349:a6c5ec6b4728 stable
contrib: update PyOxidizer to 0.10.3
This is necessary to work around a bug that caused build failures on
current stable with 0.9.0. This patch was used to build the 5.7rc0 Windows
installers.
Differential Revision: https://phab.mercurial-scm.org/D9858
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 24 Jan 2021 18:24:11 -0800 |
parents | f95b16796688 |
children | 546e812a1c2d |
comparison
equal
deleted
inserted
replaced
46348:e78dea142968 | 46349: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 |